[android-developers] Issue on GoogleApiClient for location implementation

2017-01-21 Thread Aman Pathak
Hi I wanted to get the location once as soon as the app gets started.So i implemented GoogleApiClient in Main Activity.And i added toast to display the Location in onConnected() of GoogleApiClient.onConnectionCallbacks.And hurrah i got the Toast filled with info as soon the app gets

[android-developers] Issue in GoogleApiClient implementation

2017-01-21 Thread Aman Pathak
Hi I wanted to get the location once as soon as the app gets started.So i implemented GoogleApiClient in Main Activity.And i added toast to display the Location in onConnected() of GoogleApiClient.onConnectionCallbacks.And hurrah i got the Toast filled with info as soon the app gets

[android-developers] Proble in Implementing In app purchase Google Play

2016-11-03 Thread Aman Pathak
Hii Guys I am very new to In App purchase and don't have much knowledge This is My Code in App: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); String base64EncodedPublicKey ="@string/base64EncodedPublicKey"; iabHelper =

[android-developers] Trouble in implementing In App purchase.

2016-11-02 Thread Aman Pathak
Hii Guys I am very new to In App purchase and don't have much knowledge This is My Code in App: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); String base64EncodedPublicKey ="@string/base64EncodedPublicKey"; iabHelper =