Social Feed

Twitter

 

  Facebook

 

person shubham sharmaaccess_time December 15, 2016launch Read More

Using Android intents to share a link

 

person shubham sharmaaccess_time December 10, 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

PHP date standard format

  The strtotime() function parses an English textual datetime into a Unix timestamp (the number of seconds since January 1 1970 00:00:00 GMT). Note: If the year is specified in a two-digit format, values between 0-69 are mapped to 2000-2069 and values between 70-100 are mapped to 1970-2000. Note: Be aware of dates in […]

person shubham sharmaaccess_time December 7, 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