Create Custom TextView with custom fonts

in xml file

where “customfonts.MyTextView” is package and class name

person shubham sharmaaccess_time December 16, 2016launch Read More

Using Android intents to share a link

 

person shubham sharmaaccess_time December 10, 2016launch Read More

Copy Assets to Extrenal file

person shubham sharmaaccess_time December 9, 2016launch Read More

Android Storage system to access the path of External and Internal files and folders.

Android Storage system to access the path of External and Internal files and folders. Android uses more than one file system (think of “multiple drives/partitions” when comparing with your computer, while sharing a common base, directory structures might differ between manufacturers. What is a file system? A file system (or filesystem) is an abstraction to […]

person shubham sharmaaccess_time December 9, 2016launch Read More

Add code to print out the key hash

 

person shubham sharmaaccess_time December 9, 2016launch Read More

Animation in recyclerview

Inside Adapter class

 

Where holder is main container (Relative Layout)

person shubham sharmaaccess_time December 8, 2016launch Read More

How to implement onBackPressed() & intents in fragment?

 

person shubham sharmaaccess_time December 5, 2016launch Read More

.dex file in android

Compiled Android application code file. Android programs are compiled into .dex (Dalvik Executable) files, which are in turn zipped into a single .apk file on the device. .dex files can be created by automatically by Android translating compiled applications written in the Java programming language.

person shubham sharmaaccess_time November 12, 2016launch Read More

Android: What is the best HTTP library for uploading images to server? [closed]

AndroidAsync – https://github.com/koush/AndroidAsync android-async-http – https://github.com/loopj/android-async-http okhttp – https://github.com/square/okhttp http-request – https://github.com/kevinsawicki/http-request android-volley – https://github.com/mcxiaoke/android-volley ion – https://github.com/koush/ion retrofit– https://github.com/square/retrofit Bolts-Android– https://github.com/BoltsFramework/Bolts-Android       The library you mentioned are very different in nature. They can be more or less grouped like this Socket level API: This includes AndroidAsync okhttp HttpClient HttpURLConnection These are very […]

person shubham sharmaaccess_time November 10, 2016launch Read More