Re: [android-developers] Re: Android App Published But Not Visible in Google Play Store even after published

2012-09-21 Thread vinay kumar
Hi, I will take max of 2 hours to update on Google play. On Fri, Sep 21, 2012 at 7:16 PM, RichardC wrote: > >1. Check for email from Google. >2. Tell us the app name (and package name) so we can look >3. Or we can guess :) > > > On Friday, September 21, 2012 12:21:49 PM UTC+1, Nikhil

Re: [android-developers] Re: Android app with google calender

2012-07-09 Thread Michael Chan
Here's a developer guide with code snippets: http://developer.android.com/guide/topics/providers/calendar-provider.html On Mon, Jul 2, 2012 at 2:40 AM, Ali Chousein wrote: > Certainly it is possible. Take a look at the CalendarContract interface: > http://developer.android.com/reference/android/p

Re: [android-developers] Re: Android App

2012-06-01 Thread Oli Wright
>From that page: "This service has to be started using Android Debug Bridge (ADB)" Looks like it depends on having something kicked off over adb first so safe enough. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] Re: Android App

2012-05-31 Thread Kristopher Micinski
Hm... This makes sense if it's linked into your app, if you can do this for arbitrary apps on the phone then this is a major security hole.. kris On Thu, May 31, 2012 at 1:52 AM, NjZone wrote: > > check this: > http://code.google.com/p/android-screenshot-library/wiki/Usage > > "Android Screensho

Re: [android-developers] Re: Android App label:how to make android app label invisible???

2012-02-21 Thread teja divya
Thank you Seshu On Tue, Feb 21, 2012 at 2:10 PM, Seshu wrote: > Hi divyateja, > android:theme="@android:style/Theme.NoTitleBar" > > so that u can hide the label name for corresponding activity. > > Thanks and Regards, > S.Seshu > > > > > On Feb 20, 6:51 pm, divya teja wrote: > > Hi

Re: [android-developers] Re: android app throws exception on map overlays tap events

2011-11-24 Thread TreKing
On Thu, Nov 24, 2011 at 12:35 AM, SripadRaj wrote: > the app crashes with null pointer exception. > Use your debugger and LogCat to determine what is null. Use your debugger and LogCat to determine why the null object is null. Use your programming skills to prevent the logic that made your null

RE: [android-developers] Re: Android app crashes when invoking getSystemService(LOCATION_SERVICE)

2011-05-05 Thread Tommy
GPS listener.. -Original Message- From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Mark Murphy Sent: Thursday, May 05, 2011 3:29 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] Re: Android app crashes when

Re: [android-developers] Re: Android app crashes when invoking getSystemService(LOCATION_SERVICE)

2011-05-05 Thread Mark Murphy
requestLocationUpdates() is asynchronous. It may take seconds or more for the location to be determined, depending on the location provider being used and the user's circumstances (e.g., is the user getting a GPS signal?). You cannot simply call getLastKnownLocation() immediately after calling requ

Re: [android-developers] Re: Android app naming policy

2010-11-22 Thread Kumar Bibek
1 package 1 app. However, if you are trying to create something like (Tabs of a browser), then please put your question in detail. The text really doesn't tell us much. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com On Sat, Nov 20, 2010 at 4:43 AM, Leon Moreyn-Android Developme

Re: [android-developers] Re: Android App Licensing Mechanism Still Easy to Break!!

2010-09-08 Thread Chris Stewart
Haha, nice. :) Even if it is easy to break, it's still night and day more useful than copy protection. -- Chris Stewart http://chriswstewart.com Fantasy Football- Android app for MFL fantasy football owners Fantasy Football Inside

Re: [android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Miguel Morales
That's not an example of your problem, that's just a bunch of code with nothing to go with. In order for people to help you, it's good practice to provide a thorough description of the problem, including the debug log output. Source code if possible, preferably through http://pastebin.com/ The tech

Re: [android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Miguel Morales
You might try further questions at the android-beginners group: http://groups.google.com/group/android-beginners?pli=1 or http://stackoverflow.com/questions/tagged/android You might try right clicking and hitting refresh on the folder where the database file is (in eclipse) if something doesn't aut

Re: [android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Edmund Higgins
Childish On Jul 8, 2010 7:47 PM, "Edmund Higgins" wrote: It's a database application built in Delphi I believe. It allows the user to update an existing database but the database doesn't automatically refresh in eclipse. That's where we are having the trouble. > > On Jul 8, 2010 7:42 PM, "meta

Re: [android-developers] Re: Android App developed by third part but no instruction provided.

2010-07-08 Thread Edmund Higgins
It's a database application built in Delphi I believe. It allows the user to update an existing database but the database doesn't automatically refresh in eclipse. That's where we are having the trouble. On Jul 8, 2010 7:42 PM, "metal mikey" wrote: I'd be very warey of any .exe file you receive

Re: [android-developers] Re: Android app only taking up part of screen

2010-03-12 Thread Adrian Vintu
Also see http://adrianvintu.com/blogengine/post/Force-Locale-on-Android.aspx It seems these resolution questions come every few days... BR, Adrian Vintu http://adrianvintu.com On Wed, Mar 10, 2010 at 11:42 AM, Kumar Bibek wrote: > Aah, An example of apps running on different screen sizes and