Click here to Skip to main content
15,885,881 members
Everything / Google Play

Google Play

Google-Play

Great Reads

by Sergey Kizyan
In this article I'm sharing personal and common experience that were received during last years working with application stores from Google, Apple and Microsoft
by Android on Intel
A recent presentation from Ankit Jain, the head of search and discovery on Google Play, went through the signals and content that go into making an app on Google Play uniquely discoverable and searchable; in other words, creating a fantastic app is really the first step in a long journey.
by Android on Intel
In part two of this series, we’re going to learn about discovery features in Google Play, how lists are pulled, and how developers can engineer greater discoverability within the app itself.
by ToughDev
Solution for ‘Your layout should make use of the available space on tablets’ when uploading APK to Google Play

Latest Articles

by ToughDev
Solution for ‘Your layout should make use of the available space on tablets’ when uploading APK to Google Play
by Sergey Kizyan
In this article I'm sharing personal and common experience that were received during last years working with application stores from Google, Apple and Microsoft
by Android on Intel
A recent presentation from Ankit Jain, the head of search and discovery on Google Play, went through the signals and content that go into making an app on Google Play uniquely discoverable and searchable; in other words, creating a fantastic app is really the first step in a long journey.
by Android on Intel
In part two of this series, we’re going to learn about discovery features in Google Play, how lists are pulled, and how developers can engineer greater discoverability within the app itself.

All Articles

Sort by Score

Google Play 

3 Dec 2017 by Sergey Kizyan
In this article I'm sharing personal and common experience that were received during last years working with application stores from Google, Apple and Microsoft
9 Apr 2015 by Mehdi Gholam
1) It is only possible for your own applications2) Your app needs to send it's "location" to a global server.3) You query the global server for users locations.4) You show the list of locations on a map.What have you done so far?
4 Mar 2014 by Android on Intel
A recent presentation from Ankit Jain, the head of search and discovery on Google Play, went through the signals and content that go into making an app on Google Play uniquely discoverable and searchable; in other words, creating a fantastic app is really the first step in a long journey.
4 Mar 2014 by Android on Intel
In part two of this series, we’re going to learn about discovery features in Google Play, how lists are pulled, and how developers can engineer greater discoverability within the app itself.
9 Jul 2014 by R. Ganesh Kumar IT
Hi,I'm trying to integrate google map API in my Android app in Eclipse. But I get the following errors. There are many sources online, I tried them but its not working for me. In the emulator I get the error unfortunately google play service has stoppedIn console[2014-07-09...
9 Jul 2014 by Dilan Shaminda
Step 1:Import >> Existing code into Workspace >> Browse and select google_play_services_lib under sdk\extras\google\google_play_services\libproject folderStep2:Right click on your project > Properties > Android , Then under Library click add reference andselect...
31 Oct 2014 by Dominic Burford
Check out the online help for this https://developers.google.com/drive/[^]
21 Dec 2014 by Krishna Chaitanya Kollu
How to Retrive the Google Books Cover Image into my website which are added to my Drive google or google Library
21 Dec 2014 by Kornfeld Eliyahu Peter
You should use Google to search the web...For Google Books (like almost any other Google data) there is an API: https://developers.google.com/books/docs/v1/getting_started[^]This[^] request for instance will return the details of a book, "The Google Story", including liknks to cover image...
22 Dec 2014 by Member 10533361
How to retrive the google books cover image which i added to my library bookshelfs ? Help me with js fiddle How to display the google books cover image which i had added to the bookshelf of my library suggest me through the jsfiddle.net or with some tutorial based code please i need help of...
22 Dec 2014 by George Jonsson
Why not ask Google?This page, Google Books API Family[^], looks like a good place to start.
29 Jan 2015 by santhosh kumar
i have developed one android app,have to upload in google play store and it can be accessible for specific group of people and in the group , admin only has permissions to uninstall app,remaining group members will not able to uninstall. How to prevent uninstillation from users ? and how to give...
8 Mar 2015 by Atif Agha
I have made a WCF svc service function which returns an Object List. I am trying to get it in Android using KSoap. But i am getting null pointer exception.Here is the codeInterface: IRegisterLocation[OperationContract]List...
7 Apr 2015 by BupeChombaDerrick
Okay, I have been wondering for a while that In my country Zambia, I can purchase an android app on Google play yet I can't sell my own except rely on ads for monetization.Why is Google play merchant account so limited and one sided? This limits one's business models, in a modern world such as...
9 Apr 2015 by Member 11593959
how can i get all the user location who are using the application ? i want to show all the user location real-time on the map . All user location will be shown to everyone who are using the application.
11 Apr 2015 by pankaj788
Hi friends, I am going to use the Google cloud platform for my project.But when I goes for the registration on Google cloud it giving me error like "Authorization failed: No reason provided by your financial institution"I am using Platinum debit card for the registration.What is the...
13 Apr 2015 by Sid_Joshi
Code to find current Latitude and LongitudeStep 2 A from Solution 1GPSTracker gpsTracker = new GPSTracker(this); if (gpsTracker.canGetLocation()) { String stringLatitude = String.valueOf(gpsTracker.latitude); textview = (TextView)...
1 Jun 2016 by Mike (Prof. Chuck)
When updating an App in Play Store, one can put a "What's new" or "What has changed" text in all supported languages to the update. The input field appears when you "upload new APK" in the Developer Console.Many people miss this text, because there is often more than one update available...
21 Jan 2019 by OriginalGriff
Wrong site: this is a development site for professional developers, not an android support site. Try Google: android support site - Google Search[^] or contact the phone manufacturer.
7 May 2023 by ToughDev
Solution for ‘Your layout should make use of the available space on tablets’ when uploading APK to Google Play
21 Jan 2015 by Ziya1995
The next link provides API reference required to make apps to publish on Google Play Store.http://developer.android.com/reference/packages.html[^]
1 Feb 2017 by Rajib Mahata
//TO:DO var fileName = System.IO.Path.GetFileName(file.FileName); var path = System.IO.Path.Combine(Server.MapPath("~/Content/Upload"), fileName); file.SaveAs(path); ModelState.Clear(); ...
20 Jan 2015 by Ziya1995
I found Windows API reference for Windows Runtime apps:https://msdn.microsoft.com/en-us/library/windows/apps/br211377.aspx[^]Windows API reference is different from WinRT, because WinRT is limited for Store apps.Now i am searching the same thing for Android Play Store.I...