[android-developers] Determine Application State (Foreground/Background) when onNewIntent() is called due to URL scheme

2013-11-19 Thread Piyush Hari
onNewIntent() of MainActivity with launchMode 'singleTop' is called when application is invoked using its registered URL scheme. The order of call is : onPause (app is entering in background) onNewIntent (open url intent passed) onResume (app is in foreground) In onNewIntent(), how can one det

[android-developers] One .Png Image - Display in an android application's user canvas (The screen.) ?

2013-04-02 Thread PIYUSH TIWARI
Hello , I am Piyush new to android devlopment Please tell me : How to use an image file,(Stored on my desktop) to display in an android application's user canvas (The screen.) ? I know it can be done using the Drawable class but how i dont know please help me. The app has only one image

[android-developers] Re: Using X509 certificate in android application

2012-09-14 Thread Piyush Gupta
g the presence of certificate on my non rooted device. Regards Piyush On Tuesday, August 28, 2012 7:36:17 PM UTC+5:30, android_newbie wrote: > > I am developing an android application that uses a public key certificate > to sign messages sent to the server. When the user logs in

[android-developers] Re: Android 4.0 WebView With Certificates Problem

2012-09-14 Thread Piyush Gupta
Hi deepam I am also facing similar issues. IF you have found any solution then please post it here . On Wednesday, August 22, 2012 7:29:09 PM UTC+5:30, deepam trivedi wrote: > > Hi, Im trying to use a web view to load a https url that requires ssl > authentication. > I can get my certificates

[android-developers] Re: client certificate authentication for ssl/https connection

2012-09-11 Thread piyush gupta
Hi BabaSaheb, I want to do similar kind of work with my Android ICS 4.0 tablet. I want to make a Hit on a HTTP server(not on HTTPS) server , and I want the server to authenticate my device with a client Authentication certificate installed on it. The certificate must be installed on client devi

[android-developers] Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml and Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-5.xml

2011-12-12 Thread Piyush Dixit
/repository-5.xml, reason: Connection to https://dl-ssl.google.com refused Done loading packages. Please suggest what shall I do. There is nothing on the trouble shooting website of yours. Regards, Piyush -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] how to upgrade andriod

2011-09-04 Thread piyush
I am using Samsung Pop model having 2.2.1 Version of Android and want to upgrade it. Can any one let me know how can I upgrade my Android? Please let me know the procedure.. Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] how to append existing file in android

2011-08-24 Thread Piyush Angre
hi i want to add data in xml file which i already have file on sd card. so how to append data in that file??? -- 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 unsubs

[android-developers] calendar

2011-06-29 Thread piyush
Hi, I have to use a month view and day view calender binded with job shifts. I am new to android so not much aware of android sdk to build a new component for this. Could anyone please let me know how to do this or where can I get the source code for this. Thanks, Piyush -- You received this

[android-developers] Vertical and Horizontal scrolls required.

2011-04-25 Thread Piyush Kasliwal
it is scrollable i.e. both horizontal and vertical. 3. The 3rd section is the table which should also be vertical and horizontal scrollable. Please let me know the steps to achive the above layout of the screen. Regards, Piyush -- You received this message because you are subscribed to the Google G

[android-developers] Re: Google maps Android function

2011-03-30 Thread Piyush Hari
Re: 3) I have a large list of addresses (540 pcs.) How to determine longitude mass and width (to refer to them on the map)? I am developing a map based application to allow pet owners to exchange pet sitting and I had similar questions before finding the solution. Try using the Google Service that

[android-developers] Re: database and maps

2011-03-23 Thread Piyush Hari
Putting latitudes and longitudes is one way. Putting just the address and geocoding it before displaying on map is another. The caveat with the latter approach is that geocoding everytime you retrieve data is costly. Since latitudes/longitudes associated with addresses do not change, it is best to

[android-developers] Re: Source Code for HelloGoogleMaps Tutorial

2011-03-15 Thread Piyush Hari
Hello, The official tutorial works for me. http://developer.android.com/resources/tutorials/views/hello-mapview.html Its best to debug to identify the problem. Did you include marker images in your res/drawable* directories ? Regards, Piyush Hari http://petsiiphoneapp.com PETSI: Where Pets meet

[android-developers] Re: Issue loading native libraries (i.e. System.load()/dlopen) on my Nexus One after FRG83 System update

2010-11-22 Thread Piyush Khanna
Hi David, Thanks so much for your post...very helpful :) I'll definitely try the 'user' build and check the issue. I'm not exactly sure which tool to use for getting a dump of the dynamic section and dynamic symbol table...is it 'nm'? Thanks, Piyush On Nov 18

[android-developers] Issue loading native libraries (i.e. System.load()/dlopen) on my Nexus One after FRG83 System update

2010-11-17 Thread Piyush Khanna
Hi, I am an Android app developer, and I have purchased a Nexus One device which I use to continuously test my developed Android applications. Background: - One of the applications I developed uses a native shared library (e.g. myNativeLib.so). Only my application loads & uses thi

[android-developers] Progress Dialog

2010-11-01 Thread piyush
-->I am new to Android And i want to Show Two Progress Dialog one after another?? -->First i want to show when my image is load from internet, when this process is done i have set A button on that Remote image. -->When i click that button i want Dialog for second time..(on clicking button i have

[android-developers] Job opening at RNT Labs Chandigarh

2010-09-03 Thread Piyush Gupta
Hi , Urgent job opening for IPhone ,Android, RIM developers www.rntlabs.com . Please apply at " h...@rntlabs.com " with your expected CTC and resume . For more details feel free to contact me . Thanks Piyush Gupta -- You received this message because you are subscribed to the Goo

[android-developers] Need Calendar.apk and CalendarProvider.apk

2010-02-23 Thread Piyush
opped unexpectedly. Please try again.' I think apk was not proper. So please can anybody provide me working Calendar.apk and CalendarProvider.apk?. Thanks & Regards, Piyush Jain -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To

[android-developers] How to show view with choices when clicking

2010-02-17 Thread Piyush
Hello All, I need to show a view with choices when clicking. For example I am showing name 'Piyush' on screen and I want to show list 'jain', 'agra', 'uttar' in dropdown over the current active screen when clicking on Piyush. Thanks in advance Thanks

[android-developers] Monitoring Browser activities

2008-10-29 Thread Piyush
Hi, I would like to know if its possible to sit between Android browser and the network layer so that I can monitor the activities of user through browser. It could be something similar to on-device-proxy. What is the best way to get this done ? Thanks in advance ! ~Piyush

[android-developers] Setting Proxy on a Real Device

2008-10-29 Thread Piyush
Hi, I would like to know if its possible to configure the real device to change the proxy setting so that the browser goes through the enterprise proxy. Will this proxy setting/configuration be independent of service provider? Any help for this is highly appreciated Thanks in advance ~Piyush

[android-developers] User Event trapping for Android Browser

2008-10-29 Thread Piyush
Hi, I am trying to develop an application that would like to receive events like click, URL hit, etc from Android web browser. Would this be possible ? What is the best possible way to get information about these user activities on browser? Thanks in advance ! ~Piyush