[android-developers] Re: Android Application Development Company

2016-10-04 Thread Amar InfoTech
Today era of mobile, every business needs an application to grow a business and to complete this another best *Android development company* in INDIA is Amar infotech. Which offering best android developer for your application.

[android-developers] Re: Android Application installed from Eclipse or adb

2012-11-20 Thread sum
Having the same issue - my app seems to work fine when i launch that from eclipse. I get the toast when i try to do it from the launcher. This happens with ICS and above. Works fine with GB. On Sunday, January 8, 2012 1:48:20 AM UTC+5:30, Chris White wrote: For some reason when I Run/Debug

[android-developers] Re: Android Application Update is becoming overhead...

2012-09-25 Thread William Ferguson
One of the changes to Google Play announced at Google IO 2012 was incremental updates. You get this for free with the latest version of Google Play. Ie you don't need to do anything to enable it. On Tuesday, September 25, 2012 4:46:39 PM UTC+10, Arunprasad Rajkumar wrote: Hi All, Suppose I

[android-developers] Re: Android application pause/resume state.

2012-09-21 Thread wvoquine
How about having other activities in a shared library, from other developers? I have a native thread and I have to work with the assets directly from the native code (it is really a port of a complete game). Loading the whole archive is pretty slow and I have to reload it each time I

[android-developers] Re: Android application project error in linux

2012-07-12 Thread Nobu Games
This looks like a simple file permission problem. The SDK tools are not allowed to create any files / directories in that path. You can very easily fix that problem by downloading / installing the SDK somewhere in your user home directory or change the file system permissions / ownership for

[android-developers] Re: Android application project error in linux

2012-07-12 Thread cadogan1
That seemed to fix it! thanks for the help. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: android application development

2012-05-23 Thread Ali Chousein
I want to write a code for my application which blocks user from accessing  all the other resources till my code  is running. You need to change the firmware. The rule of thumb is, the SDK in general cannot be used for disabling functionality of the system. The SDK (or in general any SDK) is

[android-developers] Re: Android application StartUp Internals

2012-04-29 Thread Mansoor
Thanks Nadeem I Understood. When i checked setContentView() API i found that a new instance of Window is getting created so if there is already a default window then why new instance of window getting created on call this method? Regards Mansoor V.M -- You received this message because you

[android-developers] Re: Android application StartUp Internals

2012-04-27 Thread Mansoor
Hi Mark Thanks for your reply :) I have some doubts regarding the reply to point 2. When i call setContentView(layoud id) only new window instance get created before that there is no UI so no need of window right? I am only a android application developer but i wish to know what really happening

Re: [android-developers] Re: Android application StartUp Internals

2012-04-27 Thread Mark Murphy
On Fri, Apr 27, 2012 at 7:26 AM, Mansoor musafir4frie...@gmail.com wrote: I have some doubts regarding the reply to point 2. When i call setContentView(layoud id) only new window instance get created before that there is no UI so no need of window right? No. You can prove this by actually

[android-developers] Re: Android application StartUp Internals

2012-04-27 Thread Mansoor
Thanks a lot Mark -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: Android application StartUp Internals

2012-04-27 Thread Nadeem Hasan
The view provided in setContentView() is only that, the content part of the activity. The system creates the top-level view along with any optional chrome (titlebar/actionbar) and a top-level FrameLayout within which the content view you set is displayed. If you don't call setContentView(),

[android-developers] Re: Android Application

2012-03-08 Thread Ali Chousein
You use HTTPPost and HTTPGet to communicate with web servers. Search the Internet and you'll find integration examples of Facebook, LinkedIn, Twitter etc which will show you how to make HTTPPost and HTTPGet requests. If this doesn't ring any bells, you need to learn programming first.

[android-developers] Re: android application

2012-01-30 Thread jacob
actually managed thanks for your reply -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: android application gets killed in stand by mode

2011-12-16 Thread rich friedel
You may be having issues in the onPause() and onResume() callbacks. http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: android application gets killed in stand by mode

2011-12-16 Thread rich friedel
You may be having issues in the onPause() and onResume() callbacks. http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle On Friday, December 16, 2011 9:14:48 AM UTC-5, sktniran wrote: Hi friends, When the device screen blanks or goes to stand by mode (or they

[android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-10-12 Thread Marco S
Some of my customers are experiencing this issue too, even if our AndroidManifest.xml have been deeply analyzed to avoid issues with no mobile network devices. I have those two permissions set too, though, even if the Android documentation doesn't list them as depending from any specific

[android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-10-12 Thread Marco S
Anyway, your problem could also be related to 'Copy protection' set to on. This feature is now somehow deprecated from Google, and I've read that setting it to active can prevent the applications from being shown with some newer devices and Android versions, such as Honeycomb 3.2. I recommend you

[android-developers] Re: Android Application Development

2011-08-10 Thread Sourav Howlader
Hi Lakshmi , I think you are looking for this: startActivity(new Intent(android.intent.action.VIEW, Uri.parse(http://google.com;)); Regards, Sourav -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Android Application materials

2011-08-01 Thread Vikram
http://developer.android.com/guide/index.html and http://developer.android.com/resources/index.html -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-28 Thread laminina
I'm also able to install your package in my Xoom. Something that brings to my mind is which ROM version does the Xoom you have is currently using. Another thing you can do, is download the android system info on that Xoom and check the system features available, just to see if it matches with all

Re: [android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-28 Thread Carlos Silva
On Tue, Jun 28, 2011 at 06:22, laminina jennys.jen...@gmail.com wrote: I'm also able to install your package in my Xoom. Something that brings to my mind is which ROM version does the Xoom you have is currently using. I have the stock 3.1 with root and changed kernel. -- You received this

[android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread develop...@edh.co.za
Or is it possible with the market to see why the application is blocked on the market? On Jun 26, 3:38 pm, develop...@edh.co.za develop...@edh.co.za wrote: I've got an android application which runs on a Motorola Xoom, but can not be seen from the market on a Xoom. Here is the market link to

Re: [android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread Mark Murphy
It shows up for my XOOM. On Mon, Jun 27, 2011 at 5:38 AM, develop...@edh.co.za develop...@edh.co.za wrote: Or is it possible with the market to see why the application is blocked on the market? On Jun 26, 3:38 pm, develop...@edh.co.za develop...@edh.co.za wrote: I've got an android

Re: [android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread Carlos Silva
Maybe it's this two permissions that messes the Xoom Wifi Only: android.permission.ACCESS_NETWORK_STATE android.permission.CHANGE_NETWORK_STATE I can't install it on my Xoom either. On Mon, Jun 27, 2011 at 10:51, Mark Murphy mmur...@commonsware.com wrote: It shows up for my XOOM. On Mon, Jun

[android-developers] Re: Android application connect to Server. Which is the best?

2011-06-27 Thread JAlexoid (Aleksandr Panzin)
Yet, SOAP option is not efficient in Android. REST with JSON is best option for structured data On Jun 27, 1:56 pm, Mark Murphy mmur...@commonsware.com wrote: On Sat, Jun 25, 2011 at 3:41 AM, Piraba pira...@gmail.com wrote: I have Android Application. I have to connect to MSSQL server

Re: [android-developers] Re: Android application connect to Server. Which is the best?

2011-06-27 Thread Mark Murphy
On Mon, Jun 27, 2011 at 8:00 AM, JAlexoid (Aleksandr Panzin) jalex...@gmail.com wrote: Yet, SOAP option is not efficient in Android. REST with JSON is best option for structured data True enough. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread Mark Murphy
On Mon, Jun 27, 2011 at 7:58 AM, Carlos Silva r3...@r3pek.org wrote: Maybe it's this two permissions that messes the Xoom Wifi Only: android.permission.ACCESS_NETWORK_STATE android.permission.CHANGE_NETWORK_STATE I can't install it on my Xoom either. My XOOM is 3G capable, so there may be

Re: [android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread Carlos Silva
On Mon, Jun 27, 2011 at 12:06, Mark Murphy mmur...@commonsware.com wrote: On Mon, Jun 27, 2011 at 7:58 AM, Carlos Silva r3...@r3pek.org wrote: Maybe it's this two permissions that messes the Xoom Wifi Only: android.permission.ACCESS_NETWORK_STATE android.permission.CHANGE_NETWORK_STATE I

Re: [android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread Carlos Silva
On Mon, Jun 27, 2011 at 13:06, Carlos Silva r3...@r3pek.org wrote: On Mon, Jun 27, 2011 at 12:06, Mark Murphy mmur...@commonsware.comwrote: On Mon, Jun 27, 2011 at 7:58 AM, Carlos Silva r3...@r3pek.org wrote: Maybe it's this two permissions that messes the Xoom Wifi Only:

[android-developers] Re: Android application blocked by Market for Motorola Xoom

2011-06-27 Thread albnok
On a Motorola Xoom WiFi. I am allowed to install it according to the web Market. On Jun 27, 11:39 pm, Carlos Silva r3...@r3pek.org wrote: On Mon, Jun 27, 2011 at 13:06, Carlos Silva r3...@r3pek.org wrote: On Mon, Jun 27, 2011 at 12:06, Mark Murphy mmur...@commonsware.comwrote: On Mon, Jun

[android-developers] Re: Android application pause/resume state.

2011-06-03 Thread Zsolt Vasvari
Set a flag iAmStartingMyNextActivity=true before you call startActivity and in onPause() check for the flag. If you create a base MyAppActivity which extends Activity and you extend all your activities from MyAppActivity, you should be able to do this without puttting any code into every one of

[android-developers] Re: Android application pause/resume state.

2011-06-03 Thread Dalvin
Thanks a lot ... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more

[android-developers] Re: Android Application Settings Problems

2011-03-24 Thread MattClark
import android.app.Activity; import android.content.SharedPreferences; import android.content.pm.ActivityInfo; import android.os.Bundle; import android.view.*; import android.view.View.*; import android.widget.*; /* * * @author Matt */ public class MainActivity extends Activity {

Re: [android-developers] Re: Android Application Settings Problems

2011-03-24 Thread Kostya Vasilyev
Move this inside onCreate. 24.03.2011 13:17, MattClark пишет: SharedPreferences settings = getSharedPreferences(AppSettings, 0); Member initializers are executed when the object instance is constructed, which may be too early in the Android-specific lifecycle. -- Kostya -- Kostya Vasilyev

[android-developers] Re: Android Application Settings Problems

2011-03-23 Thread kiran
Could you provide log cat error message or some more detailed code what you are executing. Because the piece of code you wrote some what confusing me public SharedPreferences settings = getSharedPreferences(PREFS_NAME, 0); On Mar 24, 9:19 am, MattClark mrclark32...@gmail.com wrote: I am

Re: [android-developers] Re: Android Application Sold to 100,000 Users

2011-03-22 Thread brian purgert
Well actually the statistics are off by ALOT, because of the number of spam applications and flash apps that completly such and should not really count, i mean some developers have over 300 apps all rated below 3 stars -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: Android Application Sold to 100,000 Users

2011-03-21 Thread TreKing
On Sun, Mar 20, 2011 at 11:03 PM, varinag gold varinagg...@gmail.comwrote: I agree with it but I want to see general trend of Android Market and users for priced applications. Any answers you get from 1 or 2 developers is not going to speak to any general trend. You'd need to look at the

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-21 Thread nemik
I think the general trend is that you won't make much money; though you never know until you try. Remember that all those huge successes you read about are outliers. The majority of apps just sorta get by or flop. Just throw your best hat into the ring and see what happens. What other kind of

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-21 Thread Anu Nigam
I looked at this to get an idea of distribution of app downloads. It's not the most accurate, but it shows you how hard it can be to get to 100K http://www.androlib.com/appstats.aspx Anu Nigam On Mar 21, 9:06 am, nemik ne...@nemik.net wrote: I think the general trend is that you won't make much

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-21 Thread Indicator Veritatis
Google statistics representative sample error bias and you will get a pretty good idea of what kind of answer to the question might be really useful. On Mar 21, 9:06 am, nemik ne...@nemik.net wrote: I think the general trend is that you won't make much money; though you never know until you

Re: [android-developers] Re: Android Application Sold to 100,000 Users

2011-03-21 Thread brian purgert
86 apps have sold over 50,000, correct me if im wrong... what is your app anyways that really will determin it On Mar 21, 2011 10:02 PM, Anu Nigam anu...@gmail.com wrote: I looked at this to get an idea of distribution of app downloads. It's not the most accurate, but it shows you how hard it

Re: [android-developers] Re: Android Application Sold to 100,000 Users

2011-03-21 Thread Chris Stewart
Individual Developer may not have that much resources as a company have. not only for marketing but also a work done by individual and a Team might result in a concrete application. I guess...so I must interject here... :) From experience, I can say very confidently that a single developer

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-20 Thread Maps.Huge.Info (Maps API Guru)
I've had over 1.5 million sold so far... of course the price is an unbeatable free. -John Coryat Radar Now! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-20 Thread varinag gold
How long it took you to reach 1.5 million users? I am looking data for applications with some price tag such as 1.00 USD or 0.99 USD. with a market access all over the world (provided selling/purchasing is permitted in those countries). On Mar 21, 11:26 am, Maps.Huge.Info (Maps API Guru)

Re: [android-developers] Re: Android Application Sold to 100,000 Users

2011-03-20 Thread TreKing
On Sun, Mar 20, 2011 at 10:43 PM, varinag gold varinagg...@gmail.comwrote: I am looking data for applications with some price tag such as 1.00 USD or 0.99 USD. with a market access all over the world (provided selling/purchasing is permitted in those countries). You realize this is going to

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-20 Thread varinag gold
What difference does it make? Individual Developer may not have that much resources as a company have. not only for marketing but also a work done by individual and a Team might result in a concrete application. I guess...so On Mar 21, 11:37 am, TreKing treking...@gmail.com wrote: On Sun, Mar

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-20 Thread varinag gold
You realize this is going to vary wildly between different apps and will give you absolutely no indication how your own app will perform ... right? I agree with it but I want to see general trend of Android Market and users for priced applications. On Mar 21, 11:48 am, TreKing

Re: [android-developers] Re: Android Application without a Main Activity?

2011-02-14 Thread Kostya Vasilyev
This lets you enable and disable application component states: http://developer.android.com/reference/android/content/pm/PackageManager.html#setComponentEnabledSetting(android.content.ComponentName, int, int) -- Kostya 14.02.2011 5:55, AndroidDevTime пишет: Well the exact behavior I want is

[android-developers] Re: Android Application without a Main Activity?

2011-02-13 Thread davemac
Sure you can! There's nothing that says you must have an Activity in your application. Does your widget handle all user interaction though? Do you have any notifications that a user might click on and expect to see an activity UI? A user can always find your application in the Settings -

[android-developers] Re: Android Application without a Main Activity?

2011-02-13 Thread AndroidDevTime
Well the exact behavior I want is if the application is auto started on boot then no activity will show, until via widget user makes such a request. However, I also want to allow the user to launch the application via the application list and in that case I want an activity to show. If the

[android-developers] Re: Android Application testing on real device

2011-01-24 Thread Kumar Bibek
Well, you can have a few devices with different screen sizes. May be a Tattoo(or similar), Hero(or similar) and a Nexus One(or similar). That should cover up almost all the configurations unless you are targetting tablet devices as well. On Jan 24, 1:19 pm, DANI a.adnanbas...@gmail.com wrote:

[android-developers] Re: Android Application testing on real device

2011-01-24 Thread mjmeyer
The emmulator has proven adequate for me in terms of testing screen sizes, layout and most functionality. Where I suffer is in the maddening levels of Camera API support from the various manufacturers. Some report no supported preview sizes, they support zoom in differing ways, etc. I havent

[android-developers] Re: Android Application design?

2010-07-01 Thread sagare
Hi Treking, Thx for your reply I did search google for link for a design approach to follow in android but i didnt fount any good any good application design can you please help me with this please ? On Jun 29, 10:15 pm, TreKing treking...@gmail.com wrote: On Fri, Jun 25, 2010 at 4:22 AM,

Re: [android-developers] Re: Android Application design?

2010-07-01 Thread TreKing
On Thu, Jul 1, 2010 at 6:03 AM, sagare sagar.ekb...@gmail.com wrote: can you please help me with this please ? Help you with what? Designing your entire application? Doubtful. Just get coding, get something working, then once you have experience with how Android works, review design patterns

[android-developers] Re: Android Application memory usage monitor

2010-06-08 Thread Mihai Dumitrache
Not cool, I found: http://stackoverflow.com/questions/2298208/how-to-discovery-memory-usage-on-my-application-in-android/2299813#2299813 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: android application enable handset

2009-09-17 Thread Ajaz Ahmed
HI, http://en.wikipedia.org/wiki/Android_%28operating_system%29#Hardware_products_running_Android Regards! Imtiaz Ali Shah On Wed, Sep 16, 2009 at 5:49 PM, Zeeshan Muhammad genx...@gmail.com wrote: i am also looking for the answer. On Wed, Sep 16, 2009 at 11:11 AM, Ajaz Ahmed

[android-developers] Re: android application enable handset

2009-09-16 Thread Zeeshan Muhammad
i am also looking for the answer. On Wed, Sep 16, 2009 at 11:11 AM, Ajaz Ahmed ajazahme...@gmail.com wrote: Hi, Can any one send me the list of android application enable handset, where i can install my android application? want to know about company,model ?? Regards!

[android-developers] Re: Android Application for Public Service to report, dispatch and resolve repairs

2009-07-06 Thread Mark Murphy
Richard R wrote: http://code.google.com/p/fixxit/ I had an idea to use Android in the public space to report public works and other problems that need repairs. +1 Though this really is a better topic for [android-discuss], since you're not asking questions about the SDK... I welcome the

[android-developers] Re: Android application without UI

2009-03-04 Thread Javier Segura
Oh, it's a nice clue. I've used a transparent theme and it's ok :) Many thanks On Tue, Mar 3, 2009 at 6:39 PM, Peli peli0...@googlemail.com wrote: Either use a broadcast intent, or set your Activity theme to transparent. Peli www.openintents.org On 1 Mrz., 17:58, Javier Segura

[android-developers] Re: Android application without UI

2009-03-03 Thread Peli
Either use a broadcast intent, or set your Activity theme to transparent. Peli www.openintents.org On 1 Mrz., 17:58, Javier Segura jav...@gmail.com wrote: Hello All, I've written a simple app for android that changes the content of a System Setting. For use it I create a simple Activity

[android-developers] Re: Android application upgrade and marketplace listing

2009-03-03 Thread csvy
In my experience, it originally went to the top every time you made an update, but now only brand new applications go to the top. On Mar 3, 5:16 am, ChrisD chrisdav...@gmail.com wrote: Hi All, Can anyone tell me if when you upgrade your marketplace application if it then appears at the top

[android-developers] Re: Android application, with native code

2009-01-01 Thread Disconnect
I think he said possible, not supported. And yes, its possible, but no, people with @google and @android addresses aren't going to help ;) Search around, there are bunches of examples. (Including mandelbrot, which was one for the first ones.) On Thu, Jan 1, 2009 at 4:45 PM, Dianne Hackborn