Thursday, July 14, 2016

Android Studio Project for Session Management using sharedpreferences with apk ( tutorial )

Create Session using Shared Preference

Hello  guyz,

I  developed  an  app  to  see  how  session  is  working...  

I  implement  Shared Preferences  for it...

SharedPreference  is  an  API  from  Android  SDK  to  store  and  retrieve  application  Preference.

SharedPreference  are  still  exist  even  if  you  stop  the  application  or  turn  off  the  device...

Click  here  to  download  an  APK  file...

Friday, July 1, 2016

How to implement Tab Host, Page Viewer with Fragments and Swipe action in android application

Tab View

Hello guys,

I  know  that  some  of   you  wants  to  implement  a  Tab  Host  with  Page  viewer,  Fragments  and  Swipe  Action  in  your  app...

For  that  i  have  a simple  project  in  my  cloud....


If  you  want  it....

Download  it  by  Click Here...

I  think  that  it  is  very  useful  to  you...