Shailesh Shukla Android Life
Saturday, June 7, 2014
Duplicate ID, tag null, or parent id with another fragment for com.google.android.gms.maps.MapFragment
›
I was using Google map API version2 with for one of my application.In layout I was using "com.google.android.gms.maps.MapFragment...
15 comments:
Monday, June 2, 2014
Eclipse Error : Using 1.7 requires using Android Build Tools version 19 or later; currently using 17.0.0 ?
›
The project shows this error when relevant build tool is not set for the Project. First goto Eclipse-->Windows--->Android SDK Manage...
4 comments:
Tuesday, May 27, 2014
Android Host Card Emulation(HCE) in 4.4 ?
›
FAQ Q> What is HCE? A> Host-Based Card Emulation Er... whats that?? Before we talk about HCE (Host-Based Card Emulation) ...
9 comments:
Tuesday, December 17, 2013
How to Load Apps or Apk on Google Glass ?
›
For this tutorial we will show you how install Google Sky (also known as stardroid) without rooting your Glass or swapping roms. This is th...
3 comments:
Friday, November 22, 2013
How to get SHA certificate in Windows ?
›
C:\Program Files (x86)\Java\jdk1.6.0_06\bin> keytool -v -list -keystore C:\Users\sshukla\.android\debug.keystore -alias androiddebugkey ...
4 comments:
Thursday, June 20, 2013
APNS SSL Error - javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure?
›
1. Created certificates from mac machine 2. in tomcat server application using JavaPNS to send the notification Used Push.alert(...) use...
2 comments:
Tuesday, December 18, 2012
Convert Seconds into HH:MM:SS in java?
›
Below are the methods to convert seconds into minute seconds format... int day = (int)TimeUnit.SECONDS.toDays(seconds); long hour...
1 comment:
›
Home
View web version