[android-developers] BroadcastReceiver

2015-06-04 Thread Rahul Kaushik
Hello Team, i am using broadcastreceiver to check if user is online or not,once user get online i want to run a service, Problem is broadcastreceiver is running 2 times MainfestFile receiver android:name=com.fc.utils.AutoSyncRec intent-filter action

Re: [android-developers] Signing App

2015-04-18 Thread Rahul Kaushik
+unsigned+application On Fri, Apr 17, 2015 at 8:08 AM Rahul Kaushik rahulkaushi...@gmail.com wrote: Hello Team What is the difference between android export signed application package or export android application which is a better way to sign an app Please Suggest TX RK -- You

[android-developers] Signing App

2015-04-17 Thread Rahul Kaushik
Hello Team What is the difference between android export signed application package or export android application which is a better way to sign an app Please Suggest TX RK -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Error in Webview Calling ajax

2015-03-17 Thread Rahul Kaushik
Hello Team, I have an Webview in which some links have ajax call ,so when we click on that link and internet is not available ,it shows error in that part of web ,how it can be handle from androidapi, Please Suggest Thanks RK -- You received this message because you are subscribed to the

Re: [android-developers] App Updation from playstore

2015-02-17 Thread Rahul Kaushik
one more thing meanwhile my hard disk got crashed where i generated my keystore Thanks On Fri, Feb 13, 2015 at 11:18 AM, Rahul Kaushik rahulkaushi...@gmail.com wrote: and probably the only keystore created before to launch an app in playstore On Fri, Feb 13, 2015 at 11:17 AM, Rahul Kaushik

Re: [android-developers] App Updation from playstore

2015-02-12 Thread Rahul Kaushik
? On Wednesday, February 11, 2015 at 9:50:48 PM UTC-8, rahul kaushik wrote: I am using the same version in both and am using the same keystore ,i confirm it by the password it is asking while signing but my machine is different am using windows 8 (64 bit ) earlier it was windows xp 32 bit,also my

Re: [android-developers] App Updation from playstore

2015-02-12 Thread Rahul Kaushik
and probably the only keystore created before to launch an app in playstore On Fri, Feb 13, 2015 at 11:17 AM, Rahul Kaushik rahulkaushi...@gmail.com wrote: i found my old keystore again On Thu, Feb 12, 2015 at 10:36 PM, Nobu Games dev.nobu.ga...@gmail.com wrote: In your original post you

Re: [android-developers] App Updation from playstore

2015-02-11 Thread Rahul Kaushik
with the issue On Wed, Feb 11, 2015 at 2:34 PM, TreKing treking...@gmail.com wrote: On Tue, Feb 10, 2015 at 4:46 AM, Rahul Kaushik rahulkaushi...@gmail.com wrote: Note:-am using the same package which i used in my earlier app will users get the update notifications on there mobile after i upload

[android-developers] 64 or 32 bit dependencies

2015-02-10 Thread Rahul Kaushik
if i made my keystore in 32 bit windows os and sdk 18 will i able to sign with same keystore if i switched to 64 bit windows os and sdk21 Thanks -- 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] App Updation from playstore

2015-02-10 Thread Rahul Kaushik
Hi, Due to my lost key store i was unable to sign my updated app ,all those users who have already installed my app ,should get the updated app notification from my play store on there mobile devices Note:-am using the same package which i used in my earlier app will users get the update

Re: [android-developers] App Updation from playstore

2015-02-10 Thread Rahul Kaushik
as new and secondly this time save your key in your mailbox or a secure place where you can remember it back. On Tue, Feb 10, 2015 at 4:16 PM, Rahul Kaushik rahulkaushi...@gmail.com wrote: Hi, Due to my lost key store i was unable to sign my updated app ,all those users who have already

Re: [android-developers] 64 or 32 bit dependencies

2015-02-10 Thread Rahul Kaushik
thanks and what about sdk version? On Tue, Feb 10, 2015 at 8:07 PM, Rakesh Jha rkjhaw1...@gmail.com wrote: Yes Rahul, keystore is free from machine . Rakesh android-expert.blogspot.com On Tue, Feb 10, 2015 at 7:52 PM, Rahul Kaushik rahulkaushi...@gmail.com wrote: if i made my

Re: [android-developers] Updated Apk not installing

2015-02-09 Thread Rahul Kaushik
earlier i made key on xp and sdk 18 now am using windows8 and sdk 21 Thanks On Tue, Feb 10, 2015 at 1:02 PM, Rahul Kaushik rahulkaushi...@gmail.com wrote: An existing package by the same name with a conflicting signature is already installed On Tue, Feb 10, 2015 at 11:44 AM, Rakesh Jha

Re: [android-developers] Updated Apk not installing

2015-02-09 Thread Rahul Kaushik
An existing package by the same name with a conflicting signature is already installed On Tue, Feb 10, 2015 at 11:44 AM, Rakesh Jha rkjhaw1...@gmail.com wrote: Could you please paste error message, then only I can guide you. Rakesh On Mon, Feb 9, 2015 at 6:43 PM, Rahul Kaushik rahulkaushi

[android-developers] Updated Apk not installing

2015-02-09 Thread Rahul Kaushik
Hello Team , I install my app from play store,when i am trying to install the updated app it shows:- Android App Not Install. An existing package by the same name with a conflicting signature is already installed Please suggest Thanks RK -- You received this message because you are

Re: [android-developers] Updated Apk not installing

2015-02-09 Thread Rahul Kaushik
i have signed with the same key On Mon, Feb 9, 2015 at 4:17 PM, Rakesh Jha rkjhaw1...@gmail.com wrote: Hi Rahul, Have u singed with different Key, please check your keystore, you have to sign with same one. Rakesh On Mon, Feb 9, 2015 at 3:51 PM, Rahul Kaushik rahulkaushi...@gmail.com

[android-developers] Android Version

2015-01-07 Thread Rahul Kaushik
I want to send the push noification from GCM ,which minimum android version should i use? thanks RK -- 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

[android-developers] Signing and debug

2014-09-27 Thread Rahul Kaushik
How can i identify if the key for sign is in debug mode or release mode? Please suggest as i have to uplaod my apk to google play Thanks RK -- 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] Input Type File in Nexus 7

2014-09-24 Thread Rahul Kaushik
Hi, am using webview and in that i have input type file which is working on several versions like 3.0, 4.3.2,4.4.4 but not working on 4.4.2 nexus 7 please suggest Thanks Rahul Kaushik -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Save Html file Data

2014-09-19 Thread Rahul Kaushik
Anyone? On Mon, Sep 15, 2014 at 3:10 PM, Rahul Kaushik rahulkaushi...@gmail.com wrote: Hi, I have an html file stored in assets folder ,i open it in webview with loadurl() in offline mode(No internet ) and fill the data in relative text-field ,so that when internet is available i can post

[android-developers] Speed up webview

2014-09-17 Thread Rahul Kaushik
How can i speed up my webview am using android version 3.0 i have tried android:hardwareAccelerated=true webview.getSettings().setRenderPriority(RenderPriority.HIGH); webview.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE); but no luck pls suggest Thanks RK -- You received this

Re: [android-developers] Android app installation

2014-09-16 Thread Rahul Kaushik
Hi mukesh i am installing through email not from playstore On Tue, Sep 16, 2014 at 5:28 AM, Mukesh Srivastav mukicha...@gmail.com wrote: if i am not wrong, you are looking to install only those which are available in the Playstore or in other words, stop installing the Unsource app On Tue,

[android-developers] Save Html file Data

2014-09-15 Thread Rahul Kaushik
Hi, I have an html file stored in assets folder ,i open it in webview with loadurl() in offline mode(No internet ) and fill the data in relative text-field ,so that when internet is available i can post it to the server Problem: when i fill the html form ,and press the back button or home button

[android-developers] Android app installation

2014-09-15 Thread Rahul Kaushik
how to avoid android tablet apps to install on a phone if apk is distibuted through email PLease suggest Thanks RK -- 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

Re: [android-developers] Re: App memory vs extornal memory

2014-07-10 Thread Rahul Kaushik
, then it will increase app size and may through OutOfMemory exception. On Jul 10, 2014 10:10 AM, Rahul Kaushik rahulkaushi...@gmail.com wrote: any suggestions?? On Tue, Jul 8, 2014 at 3:56 PM, Rahul Kaushik rahulkaushi...@gmail.com wrote: In my app i need to install files(Html) from the server,i want to save

Re: [android-developers] Re: App memory vs extornal memory

2014-07-10 Thread Rahul Kaushik
. Have a look at http://developer.android.com/reference/android/content/Context.html#getExternalFilesDir(java.lang.String) Then when the user uninstall your app, it won't leave random unwanted files on his memory. Le mardi 8 juillet 2014 06:38:47 UTC-4, rahul kaushik a écrit : In my app i need

[android-developers] Re: App memory vs extornal memory

2014-07-09 Thread Rahul Kaushik
any suggestions?? On Tue, Jul 8, 2014 at 3:56 PM, Rahul Kaushik rahulkaushi...@gmail.com wrote: In my app i need to install files(Html) from the server,i want to save it unzip it and show in my webview what could be the best possible place to download save and unzip the file App Internal

[android-developers] App memory vs extornal memory

2014-07-08 Thread Rahul Kaushik
In my app i need to install files(Html) from the server,i want to save it unzip it and show in my webview what could be the best possible place to download save and unzip the file App Internal memory or External Memory of phone Please Suggest Thanks Rahul Kaushik -- You received this message

[android-developers] .apk File Link

2014-06-17 Thread Rahul Kaushik
Hello Team I have created a link Click Here Link in my jsp file by clicking on it will download and save the file to mobile .am opening the jsp file thru my website in my mobile browser BUt it showing dowanload in pregress but after sometime download progress is not shown and file do not

Re: [android-developers] .apk File Link

2014-06-17 Thread Rahul Kaushik
application/vnd.android.package-archive On Tue, Jun 17, 2014 at 6:14 PM, Bhaskar Ettem bhaskar.ettem...@gmail.com wrote: what is the reponse.setContentType(); u have set On Tue, Jun 17, 2014 at 3:47 PM, Rahul Kaushik rahulkaushi...@gmail.com wrote: Hello Team I have created a link

Re: [android-developers] Re: .apk File Link

2014-06-17 Thread Rahul Kaushik
the mobile web browser to the download manager. So if your JSP assumes a session, this might fail. I even tried the ;jsessionid= trick, but this confused the download manager. Dunno if this has been fixed. Bye Rahul Kaushik schrieb: Hello Team I have created a link Click Here Link

[android-developers] Re: Android WebView HalfLoad on orientation Changes

2014-05-13 Thread Rahul Kaushik
amyone? On Mon, May 12, 2014 at 6:32 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi, I have an html in web view, when i change the orientation, at the first time form comes in 50% of the screen and blank white space comes in the left 50 %. In few seconds, it displays fine. i have

[android-developers] Android WebView HalfLoad on orientation Changes

2014-05-12 Thread Rahul Kaushik
Hi, I have an html in web view, when i change the orientation, at the first time form comes in 50% of the screen and blank white space comes in the left 50 %. In few seconds, it displays fine. i have tried on android:configChanges=orientation|keyboardHidden|screenSize but no Luck. Please

[android-developers] Reading StartTime when phone call Starts..

2014-04-29 Thread Rahul Kaushik
Hi, I am developing an app which opens the phone dial er and user can make a call,i want to read the start time for that phone Call. i.e when user connected to that number . is this illegal ? Please Suggest Thanks RK -- You received this message because you are subscribed to the Google

[android-developers] intercept post data in web view

2014-04-19 Thread Rahul Kaushik
*how can I intercept the POST data from the form, change it's values, then send it along in webview?* If the user enters name = Steve and email = st...@steve.com in the form, I want to change the values to name = bob and email = b...@bob.com in the android app and have the new POST be sent to

[android-developers] Re: read post parameters

2014-04-18 Thread Rahul Kaushik
Please suggest TX RK On Fri, Apr 18, 2014 at 11:27 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi, I have an html file in my assets folder ,which POST the form and have 100 parameters,i can load that html in my webview control when click the submit button which post the html

[android-developers] read post parameters

2014-04-17 Thread Rahul Kaushik
Hi, I have an html file in my assets folder ,which POST the form and have 100 parameters,i can load that html in my webview control when click the submit button which post the html , it redirect to the new html, which is also in assets folder but before redirecting to new html, i want to read

[android-developers] vertical check box

2014-02-27 Thread Rahul Kaushik
i have a tablelayout which is created dynamically i added a table row in it dynamically,now i added 5 check box in table row,all the checkbox are showing up but they are coming horizontally in table row but i want to show them vertically. please suggest Thanks RK -- You received this message

[android-developers] viewgroup in FrameLayout

2014-02-27 Thread Rahul Kaushik
Hi How can i remove the viewgroup from framelayout(Code) Thanks Rk -- 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] moving file in tb

2014-02-26 Thread Rahul Kaushik
Hello , I have created my own directory and i want cope the file from sd card to my dir please suggest Thanks RK -- 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] Data Duplicay

2014-02-25 Thread Rahul Kaushik
Hello, I call some method A() onCreate then i pressed the home button then i resume to my app Method A() is called again which create data duplicacy how can i avoid calling that method A() to avoid data duplicacy ? I tried calling that method onRresume but stiil have the data duplicacy.

Re: [android-developers] Spinner in tabwidget

2014-02-20 Thread Rahul Kaushik
losing data but now issue is when i click on spinner item scrolling is not working Please suggest Thanks RK On Fri, Feb 21, 2014 at 4:55 AM, TreKing treking...@gmail.com wrote: On Thu, Feb 20, 2014 at 12:58 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: issue with current approach, i have

[android-developers] Spinner in tabwidget

2014-02-19 Thread Rahul Kaushik
Hello I want to create a tab widget in which have a previous button ,a spinner then again a next button When user expand the spinner and click on any options it should work like regular button in tab widget and click on next button it should show me the next tab data and when i click on prevois

Re: [android-developers] Re: Activty on orientation

2014-02-12 Thread Rahul Kaushik
, especially over the internet. Do you need to keep your view hierarchy, or just a cache of your data, between invocations of onCreate()? On Saturday, February 8, 2014 10:38:40 PM UTC+10, rahul kaushik wrote: Hi, I created dynamic controls on view ,i call the this view creation at OnCreate when

[android-developers] Activty on orientation

2014-02-08 Thread Rahul Kaushik
Hi, I created dynamic controls on view ,i call the this view creation at OnCreate when i changed the orientation the activity call the OnCreate again and it consume same amount of time which which was created at very first time ,can i reduce this time on orientaion Pls Suggest Thanks RK -- You

[android-developers] Scrollable COntent

2014-01-27 Thread Rahul Kaushik
I am dynamically creating tabs and there contant but i am not to able scroll the cotent of tabs pls sugges below is my code TabHost tabHost ; TabSpec ts1 = tabHost.newTabSpec(value); TabWidget tabWidget = new TabWidget(frmAudit.this); tabWidget.setId(android.R.id.tabs);

[android-developers] Scrolling framelayout in TabHost

2014-01-27 Thread Rahul Kaushik
i am creating tabhost dynamically i want all the tabs to be fixed and framelayout tob scrolling Please suggest Thanks RK -- 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] Maintain webview state

2013-12-18 Thread Rahul Kaushik
I have webview whne i perform some opertaion it nave gate me to the required link but when i change my configuration i.e portrait to landscape or vise versa to redirect me to to my home page url navigation is done in private class CustomWebViewclient extends WebViewClient i have code onResume

[android-developers] part of text to bold when using AlertDialog.setMessage

2013-12-15 Thread Rahul Kaushik
How to set part of text to bold when using AlertDialog.setMessage Please Suggest Thanks RK -- 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

Re: [android-developers] Status Bar Notification

2013-12-15 Thread Rahul Kaushik
other than 0? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sun, Dec 8, 2013 at 10:51 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi, Status bar notififcation is not showing up in Sony Xperia z with android version 4.2 Code

[android-developers] Re: part of text to bold when using AlertDialog.setMessage

2013-12-15 Thread Rahul Kaushik
i have googled and tried Html.fromHtml(b+getString(R.string.your_message )+/b) Tx On Mon, Dec 16, 2013 at 12:24 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: How to set part of text to bold when using AlertDialog.setMessage Please Suggest Thanks RK -- You received this message

[android-developers] part of text to bold when using AlertDialog.setMessage .

2013-12-15 Thread Rahul Kaushik
How to set part of text to bold when using AlertDialog.setMessage . I googled and also tried Html.fromHtml(b+getString(R.string.your_message)+/b) but no Help! Please Suggest Thanks RK -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Status Bar Notification

2013-12-08 Thread Rahul Kaushik
Hi, Status bar notififcation is not showing up in Sony Xperia z with android version 4.2 Code NotiCountValue= NotiCountValue + ncount; NotificationManager mNotificationManager = (NotificationManager) context .getSystemService(Context.NOTIFICATION_SERVICE); CharSequence contentTitle =

[android-developers] status bar noticfication click event

2013-11-21 Thread Rahul Kaushik
Hi, How i can get click event in status bar notification and call method on click event pls suggest Thanks RK -- 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: Coupon Code

2013-10-23 Thread Rahul Kaushik
any sugestions?? On Tue, Oct 22, 2013 at 12:47 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Is there a way to give promo/coupon codes for people to download your paid app for free in google play?? Please suggest Thanks RK -- You received this message because you are subscribed

[android-developers] Coupon Code

2013-10-22 Thread Rahul Kaushik
Is there a way to give promo/coupon codes for people to download your paid app for free in google play?? Please suggest Thanks RK -- 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] WebView Html Scrolling issue

2013-10-21 Thread Rahul Kaushik
Hi, I have an html file is showing scrolling in browser but not showing in webview in android Please suggest Thanks RK -- 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

Re: [android-developers] WebView Html Scrolling issue

2013-10-21 Thread Rahul Kaushik
how to debug html scrolling?? On Mon, Oct 21, 2013 at 12:18 PM, Michael Banzon mich...@banzon.dk wrote: Debug. On Oct 21, 2013 8:44 AM, Rahul Kaushik rahulkaushi...@gmail.com wrote: Hi, I have an html file is showing scrolling in browser but not showing in webview in android Please

[android-developers] Signing apk

2013-10-21 Thread Rahul Kaushik
Can we sign the two different package /app with the self created certificates? Thanks Rahul Kaushik -- 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

Re: [android-developers] Signing apk

2013-10-21 Thread Rahul Kaushik
no am about to sign my other application with same certificate is it good practise?? On Mon, Oct 21, 2013 at 4:59 PM, Jayu Sagar jayu.andr...@gmail.com wrote: yes you can !! Did you face any issues? On Mon, Oct 21, 2013 at 4:02 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Can we

[android-developers] Upgrading Apk

2013-10-09 Thread Rahul Kaushik
Hello , i have lost my old keystore signing file for the older version of apk,when i try to upload new apk with new keystore signing file i get the below error: You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate. Your existing

[android-developers] java.io.FileNotFoundException: (Device or resource busy)

2013-08-12 Thread Rahul Kaushik
From my webview ,i download the file in particular folder X at mnt/sdcard/download/X i download the file ,after showing it to the user i delete the files from folder X while doing this process for 1-2 time i get the error *java.io.FileNotFoundException: (Device or resource busy)* Please suggest

[android-developers] Re: WebView Download

2013-05-30 Thread Rahul Kaushik
Hi, Solution is passing cookie to the webview For Brief See: http://call-me-early.blogspot.in/2013/03/android-passing-webview-cookie-to.html http://call-me-early.blogspot.in/2013/03/android-webview-download-pdf-generated.html Thanks RK On Mon, May 27, 2013 at 6:23 PM, Rahul Kaushik

[android-developers] download file in browser but not in webview android

2013-05-27 Thread Rahul Kaushik
Hi, i am ablde to download file in browser but not in webview android, Please suggest I have used downloadlistner on webview client Thanks RK -- -- 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] WebView Download

2013-05-27 Thread Rahul Kaushik
i have an webview app ,when i click on attachments in my webview it opens an browser saying you are not login please login first Now 1)if i login in browser and go back to my app,and click on any attachment it starts download without opening browser instance 2)if don't login in browser and close

Re: [android-developers] Re: Donwloadin incomplete file

2013-05-22 Thread Rahul Kaushik
. On Tuesday, May 21, 2013 4:45:44 AM UTC-5, rahul kaushik wrote: yes am searching for the= sign and i have set both the permissions but same result Thanks On Tue, May 21, 2013 at 1:18 AM, bob b...@coolfone.comze.com wrote: Actually, I was looking at your code some more, and *I would

Re: [android-developers] Re: Donwloadin incomplete file

2013-05-21 Thread Rahul Kaushik
. On Monday, May 20, 2013 7:25:12 AM UTC-5, rahul kaushik wrote: Hi, I am trying to download the file as this is 2 mb but it is downlaoding only 7.1 kb below is my code class DownloadFileFromURL extends AsyncTaskString, String, String { /** * Before starting background thread Show

Re: [android-developers] Doc File in WEbview

2013-05-21 Thread Rahul Kaushik
... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, May 20, 2013 at 4:44 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi, I have a Webview in which i open my website in that site i have few attachments(.doc .xls) i can i open them

[android-developers] Doc File in WEbview

2013-05-20 Thread Rahul Kaushik
Hi, I have a Webview in which i open my website in that site i have few attachments(.doc .xls) i can i open them in my web view Thanks RK -- -- 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] Donwloadin incomplete file

2013-05-20 Thread Rahul Kaushik
Hi, I am trying to download the file as this is 2 mb but it is downlaoding only 7.1 kb below is my code class DownloadFileFromURL extends AsyncTaskString, String, String { /** * Before starting background thread Show Progress Bar Dialog * */ @Override protected void

Re: [android-developers] input type file

2013-05-15 Thread Rahul Kaushik
MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, May 14, 2013 at 6:19 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: input type file not working in webview ,please suggest Thanks RK -- -- You received this message because you are subscribed to the Google

[android-developers] File Upload in WebView

2013-05-14 Thread Rahul Kaushik
In my webview ,i have an Upload button,how can i upload an file to the server through this upload button Thanks RK -- -- 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

[android-developers] input type file

2013-05-14 Thread Rahul Kaushik
input type file not working in webview ,please suggest Thanks RK -- -- 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

Re: [android-developers] Re: Download file in webview from url

2013-05-11 Thread Rahul Kaushik
: *android.permission.INTERNET* Thanks. On Friday, May 10, 2013 4:15:01 AM UTC-5, rahul kaushik wrote: Hi, How to download file(image or pdf or docs..) in webview from url Thanks RK -- -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Download file in webview from url

2013-05-10 Thread Rahul Kaushik
Hi, How to download file(image or pdf or docs..) in webview from url Thanks RK -- -- 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

[android-developers] Attachment in webView

2013-05-09 Thread Rahul Kaushik
Hi, How to see attachments in webview Thanks RK -- -- 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] View Image ,pdf and other file in webView

2013-05-07 Thread Rahul Kaushik
Hi, How can i view PDF,Image and other file in webview by click on them webview contain an third party web site Tx RK -- -- 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: WebView FileUploader

2013-05-03 Thread Rahul Kaushik
AnyOne??? On Thu, May 2, 2013 at 3:17 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi, I am using Webview as container for a website,Web site have an option Upload File ,this button is not working for me am using Android Version(3.0.1) Any Suggestions?? Thanks RK -- -- You

[android-developers] WebView FileUploader

2013-05-02 Thread Rahul Kaushik
Hi, I am using Webview as container for a website,Web site have an option Upload File ,this button is not working for me am using Android Version(3.0.1) Any Suggestions?? Thanks RK -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Android Tablet Devlopment

2013-03-04 Thread Rahul Kaushik
Hi Team, I am developing an hybrid app in android ,I want this app for my android phone and tablet also which Build SDKAnd Minimum Required SDK(API) i should use Thank's RK -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Avatar image

2012-11-15 Thread Rahul Kaushik
Hello, i need to get the avatar image from openfire server i have tried v card but no sucessess Please suggest Thanks RK -- 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] Android Chat Server

2012-11-07 Thread Rahul Kaushik
Hi, I am developing chat application on android,i used Open fire i got connected and was able to do the chatting but when i googled and dig it more i came across several links which tells open fire has limit ion i.e I have seen reports of limitations of 500 and 1500 connections via bosh and

[android-developers] GetRooster in xmmpConnection CLient with jabber

2012-10-31 Thread Rahul Kaushik
I am using XMPPConnection with jabber ,am able to connect with the server but connection.getRoster(); method is rturning null i.e no buddies :( Any suggestions or help would be greatfull Thanks RK -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Android Chatting

2012-10-18 Thread Rahul Kaushik
XMPP (Jabber) client library ( http://xmpp.org/xmpp-protocols/) 2012/10/16 Rahul Kaushik rahulkaushi...@gmail.com Hello, I want to develop an chat application Q1 : I want it to work on mobile and tablet and it should be compatible with all android version , and by default which version

[android-developers] wildfire 3.1.0

2012-10-18 Thread Rahul Kaushik
Hello, How to connect with server wildfire 3.1.0 from android code Thanks RK -- 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

[android-developers] Android Chatting

2012-10-16 Thread Rahul Kaushik
Hello, I want to develop an chat application Q1 : I want it to work on mobile and tablet and it should be compatible with all android version , and by default which version of android and api i should start my developmet?? Q2 : i have goggled this and found *smack(3.2.2)* as a good option (if

[android-developers] 120 checkbox

2012-10-10 Thread Rahul Kaushik
Hello, I need to save the 120 check Box options,i don't want to use database Should i pass back them as query String to the Server ?? Please Suggest Thanks RK -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Re: 120 checkbox

2012-10-10 Thread Rahul Kaushik
its an inspection app,So i have to have 120 check box for complete inspection. UI not terrible, because i divided checkbox(s) in 6 different tab 20 check box each. Main issue is how to pass these 120 options to the server. Any suggestion for betterment are most welcome Thanks RK On Thu,

Re: [android-developers] - How to consumer webservice SOAP

2012-10-03 Thread Rahul Kaushik
Hello Jmd i belive ur trying to consume .net web service with method name getsales() in android if true try public String getUsername() { String strusername=; try { final String METHOD_NAME = getUserName; final String NAMESPACE = AndroidLogin.ActualServerUrl + FIQServer.jws/; final String

Re: [android-developers] Unable to register CONNECTIVITY_ACTION in a service

2012-10-03 Thread Rahul Kaushik
hi subodh try this package com.FranConnectMobile; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.URL; import android.app.Activity; import android.content.Context; import android.net.ConnectivityManager; public class chkInternet extends Activity { public

Re: [android-developers] - How to consumer webservice SOAP

2012-10-03 Thread Rahul Kaushik
. 2012/10/3 Rahul Kaushik rahulkaushi...@gmail.com Hello Jmd i belive ur trying to consume .net web service with method name getsales() in android if true try public String getUsername() { String strusername=; try { final String METHOD_NAME = getUserName; final String NAMESPACE

Re: [android-developers] Update UI

2012-09-21 Thread Rahul Kaushik
() method ... Hope this helps Tarun On Tue, Sep 18, 2012 at 2:52 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Intent startActivity = new Intent(); startActivity.setClass(context, showrReminder.class); startActivity.setAction(showrReminder.class.getName()); startActivity.setFlags

Re: [android-developers] Update UI

2012-09-18 Thread Rahul Kaushik
the data. On Mon, Sep 17, 2012 at 7:48 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: Hi, I have a BroadcastReceiver that's able to start an activity just fine from its onReceive method. But what if the activity is already running? How do I let it know that the BroadcastReceiver has some more

Re: [android-developers] Update UI

2012-09-18 Thread Rahul Kaushik
is the code Thanks RK On Tue, Sep 18, 2012 at 2:52 PM, Rahul Kaushik rahulkaushi...@gmail.comwrote: no i am not using db, am using web services Thanks RK On Mon, Sep 17, 2012 at 4:46 PM, Felipe Silveira webfel...@gmail.comwrote: Does your broadcast receiver store data in DB? If yes, your work

[android-developers] Update UI

2012-09-17 Thread Rahul Kaushik
Hi, I have a BroadcastReceiver that's able to start an activity just fine from its onReceive method. But what if the activity is already running? How do I let it know that the BroadcastReceiver has some more data for it? Do I just start the activity again? If so, would that be a new instance of

[android-developers] Repeat calendar event reminder

2012-08-28 Thread Rahul Kaushik
Hi, How to make a calendar event reminder repeat until the user cancels the reminder. Such that if I have a meeting and if I miss the first time that the notification goes off (I'm usually in vibrate only or I use very short very high frequency tones) I'd like the tone to repeat at regular

[android-developers] TableRow in list view Postion

2012-08-27 Thread Rahul Kaushik
Hi, how to find the particular table row TableLayout from the ListView Please sugest Thanks RK -- 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

Re: [android-developers] TableRow in list view Postion

2012-08-27 Thread Rahul Kaushik
http://sites.google.com/site/magouyaware On Mon, Aug 27, 2012 at 10:07 AM, TreKing treking...@gmail.com wrote: On Mon, Aug 27, 2012 at 3:21 AM, Rahul Kaushik rahulkaushi...@gmail.comwrote: how to find the particular table row TableLayout from the ListView http://www.catb.org/esr/faqs

[android-developers] Unique ID for Event In android Calender

2012-08-24 Thread Rahul Kaushik
HI, How to get the Unique ID of Event In android Calender ?? Thanks RK -- 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] Unique ID for Event In android Calender

2012-08-24 Thread Rahul Kaushik
HI, How to get Unique ID for EventID In android Calender Event after insertion of an event??? Thanks RK -- 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

  1   2   >