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

Upload File

 

person shubham sharmaaccess_time November 7, 2016launch Read More

How to set text to view from drawer header layout in navigation drawer without inflating view

u get navigation header view by navigationView.getHeaderView(0) just try below code it works!

 

person shubham sharmaaccess_time November 7, 2016launch Read More

How to use putExtra() and getExtra() for string data

Use this to “put” the file…

  Then, to retrieve the value try something like:

 

person shubham sharmaaccess_time November 7, 2016launch Read More

Facebook username or user id regex

person shubham sharmaaccess_time October 27, 2016launch Read More