[android-developers] implement onscroll change for horizontal scrollview ?

2013-11-19 Thread Amit Mangal
i need to implement onscrollchanged method in my class so that when scroll is changing i will update seek bar position as per scroll value. i implemented a customhorizontalview class with extends HorizontalScrollView. also created customhorizontalview in xml . but my problem is that how to

[android-developers] onscrollchanged in horizontal scroll view

2013-11-16 Thread Amit Mangal
Hi there, i need to implement onscrollchanged method in my class so that when scroll is changing i will update seek bar position as per scroll value. i implemented a customhorizontalview class with extends HorizontalScrollView. also created customhorizontalview in xml . but my problem is that

[android-developers] do i need to clear arraylist hashmap in ondestry method

2013-10-29 Thread Amit Mangal
Hi there, I am using ArrayListHashMapString,String to store my data . do i need to use call clear method of array list on on destroy method of activity or it will automatically clear when my activity is destroying. i want to avaoid memory leaks in my app. thanks -- You received this message

[android-developers] 2 different text size in a text view

2013-10-28 Thread Amit Mangal
is it possible to give 2 different text size in a single text view? 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@googlegroups.com To unsubscribe from this group, send email

[android-developers] animation on image view on grid view

2013-10-22 Thread Amit Mangal
Hi team i am having a grid view with 2 coloums and each item in grid view having one image and 2 textview below the image. i have added one button over each image and after clicking on button i want that image should scale and move down to bottom tab. like it should appear image drop down from its

[android-developers] hide tab host in tab group activity

2013-10-15 Thread Amit Mangal
Hi there, i want to hide tab host in tab group activity but i dont know how to do that any idea ? 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@googlegroups.com To unsubscribe

Re: [android-developers] Post text and image on twitter

2013-10-15 Thread Amit Mangal
you sent wrong link by mistake please check the link you sent. thanks On Mon, Oct 14, 2013 at 9:53 AM, TreKing treking...@gmail.com wrote: On Sat, Oct 12, 2013 at 3:57 PM, Amit Mangal forum.amit.man...@gmail.comwrote: How to post text and image on twitter? Any body knows any working

[android-developers] Post text and image on twitter

2013-10-12 Thread Amit Mangal
Hi there How to post text and image on twitter? Any body knows any working link? -- 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] how to attach image from url and email from app

2013-10-11 Thread Amit Mangal
hi there, i am having url of image i need to share that image by email . my query is how to attach image from url to email . thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] how to create button with one image background and one image inside and text

2013-10-03 Thread Amit Mangal
this very complex problem of making a button with text on it on your own. On Wednesday, October 2, 2013 8:01:53 PM UTC+3, Amit Mangal wrote: U r not understanding problem again. I m not a student i am a developer if i will study company will hire some one else to work. I have to work i completed

Re: [android-developers] how to create button with one image background and one image inside and text

2013-10-02 Thread Amit Mangal
the documentation and actually do the plethora of tutorials available on Android Developers before you go on a forum and ask other people for help. On Tuesday, October 1, 2013 9:45:43 PM UTC+3, Amit Mangal wrote: what are you saying i am unable to understand ? can you please explain ? thanks

Re: [android-developers] how to create button with one image background and one image inside and text

2013-10-01 Thread Amit Mangal
want a proper red background for the number... but this question is so basic he should try to figure it out on his own. On Tuesday, October 1, 2013 12:47:54 AM UTC+3, TreKing wrote: On Sun, Sep 29, 2013 at 3:19 PM, Amit Mangal forum.am...@gmail.comwrote: i have attached the sample picture

Re: [android-developers] how to create button with one image background and one image inside and text

2013-10-01 Thread Amit Mangal
I didnt understand i m talking about button and ur talking about textview here is the confusion On 02-Oct-2013 9:20 AM, TreKing treking...@gmail.com wrote: On Tue, Oct 1, 2013 at 1:45 PM, Amit Mangal forum.amit.man...@gmail.comwrote: i am unable to understand ? What don't you understand

[android-developers] how to create button with one image background and one image inside and text

2013-09-29 Thread Amit Mangal
Hi Team, hope you all are doing good. i want to create a button with one image in background and one inside button and want to write small text on that. i have attached the sample picture any idea how to create that . i want to add text inside button image dynamically . thanks -- You received

Re: [android-developers] Re: Open popup window on the upper part of list view

2013-09-24 Thread Amit Mangal
. On Tue, Sep 24, 2013 at 11:58 AM, VenomVendor™ yoganandh2...@gmail.comwrote: Visit http://stackoverflow.com/a/3619450/1008278 You are trying to use quickaction On Tuesday, 24 September 2013 00:48:39 UTC+5:30, Amit Mangal wrote: Hi there I am having a list view inside my activity. Each row

Re: [android-developers] Re: Open popup window on the upper part of list view

2013-09-24 Thread Amit Mangal
layout in another new sub layout. Set the visibility for the popup content to gone and the other to visible, now when you want to show the popup just reverse the logic! On Sep 24, 2013 3:12 PM, Amit Mangal forum.amit.man...@gmail.com wrote: Hi developers, thanks for reply

[android-developers] Open popup window on the upper part of list view

2013-09-23 Thread Amit Mangal
Hi there I am having a list view inside my activity. Each row in list view having one button. I want to open a popup window when button clicked on the row. I can open popup window but i dont know how to open that popup window on the same row where button is pressed. Popup window width and height

[android-developers] how to write a button action in my activity of a class

2013-09-18 Thread Amit Mangal
Hi there, i have written a class of popupwindow which i call to display popup. this popupwindow is having spinner and and a button . i call the class and display popup. how to write done button action of that class in my activity from where i am calling the class so that i will get value

Re: [android-developers] how to write a button action in my activity of a class

2013-09-18 Thread Amit Mangal
thanks for your reply do you have any example code or link ? On Thu, Sep 19, 2013 at 1:24 AM, TreKing treking...@gmail.com wrote: On Wed, Sep 18, 2013 at 10:10 AM, Amit Mangal forum.amit.man...@gmail.com wrote: how to write done button action of that class in my activity from where i am

[android-developers] List reach at start when i come back to activity

2013-09-18 Thread Amit Mangal
Hi developers I have a list view which is having 1000 entries i scroll to down and click on some item new activity opens. When i come back my scroll view points to start again . How can i make it on last position when i opened the activity? -- You received this message because you are

[android-developers] Need to Load .a static lib.

2013-09-14 Thread Amit Sinha
Can any one tell me how can I load test.a static library file in my java file . test.a static file create using NDK build make file. I read some blog and found the it is not possible to load the static lib, then i create a .so file in the i am loading the test.a. But still m not able to run my

[android-developers] problem in dynamically adding images on relative layout

2013-09-14 Thread Amit Mangal
Hi Developers, I am trying to add dynamically 4 images on relative layout one after another in a row. my code is below my problem is first image comes on correct place but after that other 3 images come in a row but they start from left side . means i dont know how other three images are left

Re: [android-developers] Re: how to develope a popup window class ?

2013-09-14 Thread Amit Mangal
What do u mean by ui thread ? Where is ui thread i didnt implemented any ui thread On 14-Sep-2013 8:54 PM, Dmitry prehistoric2...@gmail.com wrote: I believe you should try to dismiss your popup in UI thread. On Thursday, September 12, 2013 5:44:25 AM UTC+4, Amit Mangal wrote: Any idea

[android-developers] Any body knows how t ocreate popup Window class

2013-09-12 Thread Amit Mangal
Hi there is any body knows how to create popup window class so that i could call any activity to show drop down popup on some layout ? thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Is treking knows how to create popup window class

2013-09-12 Thread Amit Mangal
You wasted my thread i asked some thing and u wasted my thread now no one reply. If u dont know the solution then why do u reply here On 12-Sep-2013 10:15 PM, TreKing treking...@gmail.com wrote: On Thu, Sep 12, 2013 at 11:12 AM, Amit Mangal forum.amit.man...@gmail.com wrote: Is treking

[android-developers] Is treking knows how to create popup window class

2013-09-12 Thread Amit Mangal
Is treking knows how to create popup window class i want to display message like toast and disappear after 3 seconds -- 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] how to develope a popup window class ?

2013-09-11 Thread Amit Mangal
Hi there, i want to develop a popup window class so that i could call that from any of my activity to display that popup window. also i want to add one button on that so that i could start activity from that. thanks -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] how to develope a popup window class ?

2013-09-11 Thread Amit Mangal
): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:833) On Wed, Sep 11, 2013 at 10:29 PM, TreKing treking...@gmail.com wrote: On Wed, Sep 11, 2013 at 10:23 AM, Amit Mangal forum.amit.man...@gmail.com wrote: i want to develop a popup window class so that i could call that from any of my

[android-developers] Re: how to develope a popup window class ?

2013-09-11 Thread Amit Mangal
Any idea developers how to remove this crash ? On Thursday, September 12, 2013, Amit Mangal forum.amit.man...@gmail.com wrote: Problem is my popup window class shows message correct. i am having a 3 sec timer to dismiss popup. this dismiss popup is crashing my app here is my popup window class

Re: [android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-27 Thread Amit Mangal
any idea guys ? On Tue, Aug 27, 2013 at 10:50 AM, Amit Mangal forum.amit.man...@gmail.comwrote: drawable-hdpi drawable-ldpi drawable-mdpi drawable-xhdpi drawable-xxhdpi All images kept in proper folders but still it is not picking proper images as per screen resolution thanks

Re: [android-developers] Re: how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-27 Thread Amit Mangal
is there any way my app should support all screen sizes withouth stretching images ? i am having ldpi hdpi mdpi xhdpi xxhdpi images . On Tue, Aug 27, 2013 at 2:02 PM, Harish hkacho...@gmail.com wrote: Ideally no setting is require, how you know dpi of your screen ? some time even big screen

[android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-26 Thread Amit Mangal
Hi there, i have created a xml file using wrap content and relative layout. i am having images for all resolution. i create drawable folders for all images and kept all images in folders but when i am running project it is not working big screen only working on mdpi screens not working for hdpi

Re: [android-developers] how to load correct images i have all size images ldpi hdpi xhdpi xxhdpi

2013-08-26 Thread Amit Mangal
drawable-hdpi drawable-ldpi drawable-mdpi drawable-xhdpi drawable-xxhdpi All images kept in proper folders but still it is not picking proper images as per screen resolution thanks On Tue, Aug 27, 2013 at 10:42 AM, TreKing treking...@gmail.com wrote: On Mon, Aug 26, 2013 at 11:34 PM, Amit

[android-developers] Select unselect image on list view

2013-08-14 Thread Amit Mangal
Hi there, i have a list view and in that list view in each row i have image unselectimage.png. i want when some one click on that i want to replace that image with selected.png. suppose if item is already selected then i want to unselected image. suppose list view is having 10 items in out of

Re: [android-developers] OpenGL giving error java.lang.IllegalArgumentException: No configs match configSpec

2013-08-06 Thread Amit Mangal
Open gl apps test on device only don't use simulator On Aug 6, 2013 3:31 PM, surabhi jain surabhi17.j...@gmail.com wrote: Hi My app get successfully run on device :) I think, emulator does not support openGL. Thanks Regards Surabhi Jain On Tue, Aug 6, 2013 at 3:06 PM, surabhi jain

Re: [android-developers] coming back to very first activity from inside tab group activity

2013-07-25 Thread Amit Mangal
the child activities. ... Singh Dalvinder On Thu, Jul 25, 2013 at 9:34 AM, Amit Mangal forum.amit.man...@gmail.comwrote: Hi Developers, I am developing tab group activity. inside one tab there are multiple activity started as a child. i want to come back to very first activity from inside

Re: [android-developers] coming back to very first activity from inside tab group activity

2013-07-25 Thread Amit Mangal
, Amit Mangal forum.amit.man...@gmail.comwrote: Hi Dalvinder Sigh Thanks for reply but didnt work for me i am having tab group activity and inside that i have started many activity the code for starting child activity is Intent intent = new Intent(Detail_Screen.this, SizeGuideActivity.class

[android-developers] coming back to very first activity from inside tab group activity

2013-07-24 Thread Amit Mangal
Hi Developers, I am developing tab group activity. inside one tab there are multiple activity started as a child. i want to come back to very first activity from inside activity please tell me how to do that. here is the code for calling child activity Intent previewMessage = new

[android-developers] Paper Folding animation

2013-04-25 Thread Amit A
Hi, Could you please anybody help me how to achieve the Vertical Paper folding effect as show below. I want to use this animation for creating a stack of Images and view them in paper unfolding effect. Any links to example source code will help me a lot. -- -- You received this message

[android-developers] I was banned because i used the replay to users reviews feature :-(

2013-04-02 Thread Amit Carmon
Hi, I got my account suspend after replaying to one of my users, The user complained about inappropriate index in my app. I answered he is correct and that i have just released a fix for that in my newest update for the app (new version) and i removed the problematic index. Immediate after i

[android-developers] Seurity concern in Webview using javascript.

2013-03-27 Thread Amit Sinha
*). Please let me know the thing i should do in my app. Thanks, Amit -- -- 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

Re: [android-developers] Re: Seurity concern in Webview using javascript.

2013-03-27 Thread Amit Sinha
. if your interface allows for the deletion of files or reading and sending of contact information, your app is much more vulnerable than when your interface only allows for a simple calculation. On Wednesday, March 27, 2013 3:59:06 AM UTC-4, Amit Sinha wrote: Hi, I am creating an android

Re: [android-developers] Re: How to start again if some third party task killer has killed my app ?

2013-03-22 Thread Amit Dwivedi
that one instead of trying to work around other apps. On Thursday, December 27, 2012 12:02:06 AM UTC-6, Amit Dwivedi wrote: In my App I have several activities which are obviously related to each other. Whenever I am on some activity and the user kills my app by using any task killer. I want

[android-developers] Cursor and text selection is not proper in Jelly bean in HTML page

2013-01-10 Thread Amit Sinha
this or similar issue faced. can any body help to resolved this issue. How can i tell this issue to google. ~Amit -- 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] print from android problem

2013-01-07 Thread Amit Mulayoff
hello to all! I'm writing an lpr client on *android *to send files (PDF, doc, etc) to a printer (hp laser-jet 4250dtn) The printer is on a server (the sever in unix to that's why I'm using lpr) Everything is all right and I indeed managing to open the socket, sending the control

[android-developers] print app problem

2013-01-07 Thread Amit Mulayoff
'm writing an lpr client on *android * to send files (PDF, doc, etc) to a printer (hp laser-jet 4250dtn) The printer is on a server (server isrunning *UNIX *that's why I'm using lpr) Everything is all right and I indeed managing to open the socket, sending the control file(according to RFC

[android-developers] How to start again if some third party task killer has killed my app ?

2012-12-26 Thread Amit Dwivedi
In my App I have several activities which are obviously related to each other. Whenever I am on some activity and the user kills my app by using any task killer. I want to do two things 1. Clear the Notification which I added when the user logged in.. 2. finish all the activities other

[android-developers] OnStop and OnDestroy are not Called after finish ?

2012-12-20 Thread Amit Dwivedi
I have two activities Activity A and B, Activity A has 3 fragments namely a1,a2 and a3. a3 is the default selected fragment which shows videos, a2 contains one big textView and a small edittext in it and a1 contains a listview. Now On activity A's title bar I have a button, and since it is on

Re: [android-developers] Re: OnStop and OnDestroy aren`t invoked after calling finish()

2012-12-20 Thread Amit Dwivedi
i also have a similar problem... please have a look on my Detailed Questionhttp://stackoverflow.com/questions/13928591/a-strange-behavior-of-android-activities-fragments-and-intent On Friday, October 15, 2010 5:25:18 PM UTC+5:30, Kumar Bibek wrote: While starting an Activity, use the

[android-developers] google map not showing apk downloaded from market before upload it was showing

2012-12-03 Thread Amit Mangal
Hi there, i have created an application which is using google map i created sdk key and added in my xml file. it is working fine on simulator and my device. when testing finished i export apk for market but when i downloaded that apk from market the google map is not showing in it . while i am

Re: [android-developers] Need to create composer in Email...

2012-10-18 Thread Amit Sinha
that. Thanks Amit sinha On Thu, Oct 18, 2012 at 11:11 AM, Asheesh Arya asheesharya...@gmail.comwrote: code to create and send email programmatically in android import java.io.File; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import

[android-developers] Composer screen with Bold, underline and italic text, font changes

2012-10-18 Thread Amit Sinha
Hi, can any body tell me how to create composer screen with some specific requirement, like in my composer screen I want to add feature like Bold, underline and italic for text typed. Also font change(color and size) for the text in composer screen in android. I want to save composer in

[android-developers] Need to create composer in Email...

2012-10-17 Thread Amit Sinha
Hi, can any body tell me how to create email composer in andriod. I want email composer to have HTML features. please give me sample code if any body have? thx. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Remote service killed while main process bound to it

2012-10-12 Thread Amit Schreiber
[ I postedhttp://stackoverflow.com/questions/12722794/remote-service-killed-while-main-process-bound-to-itthis on StackOverflow a few days ago but didn't get an answer to the main issue (only a workaround) ] On my Galaxy Nexus with Jelly Bean 4.1.1 (official) sometimes the OS goes on a

[android-developers] Like facebook message notification on Android

2012-10-04 Thread amit
Hi friends , i want to ask how to develop facebook type incoming message notification on Android. Please see attach image file. 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] Re: Like facebook message notification on Android

2012-10-04 Thread amit
If any body have any suggestion or source code for it please provide me. Thanks On Thursday, October 4, 2012 12:40:54 AM UTC-7, amit wrote: Hi friends , i want to ask how to develop facebook type incoming message notification on Android. Please see attach image file. Thanks -- You

Re: [android-developers] Any pointers?

2012-10-04 Thread Amit
Can you please share the whole project ? On Thu, Oct 4, 2012 at 2:02 PM, Fabien R theedge...@free.fr wrote: On 03/10/2012 03:56, Brian wrote: Hi guys and gals! I would appreciate any pointers as to what I'm doing wrong. I'm learning Android development and am a newbie. I'm doing

[android-developers] Android Dynamic View for chat application

2012-09-27 Thread amit
Hello friends, please suggest me how to make android dynamic view(or gui) for chat application. for example : when i am chatting with a friend but that time a new message comes from other friend then what should i do for showing this message. i am confuse how to work with multiple view and

[android-developers] Language-specific Softkeyboard for Android

2012-09-26 Thread amit
Hi friends, Can any one know how to create Language-specific Soft keyboard for my android app. please suggest me for it. thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Multiuser Chating application on Android

2012-09-25 Thread amit
hello friends, i am developing a chat application on android. please suggest me how i can implement it what classes i can use it. how i can make different views for different online friends ? thanks in advance -- You received this message because you are subscribed to the

Re: [android-developers] Multiuser Chating application on Android

2012-09-25 Thread amit
Yes i am using it. i want to ask about GUI of chat application. how i can create gui for it ? On Tuesday, September 25, 2012 4:19:21 AM UTC-7, asheesh arya wrote: use xmpp asmack library!! -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Multiuser Chating application on Android

2012-09-25 Thread amit
I want to ask how to make chat gui on android like when a new message coming its show a notification like facebook. and gui for showing messages for multiuser. i want to make like a facebook chat. i am stuck in making gui for it. On Tuesday, September 25, 2012 4:36:04 AM UTC-7, asheesh arya

Re: [android-developers] Multiuser Chating application on Android

2012-09-25 Thread amit
yes its XMPP, but xmpp is not issue for me. i want how to make gui for it give me suggestion for it. On Tuesday, September 25, 2012 5:51:23 AM UTC-7, Harri Smått wrote: Ah pardon me.. It was XMPP, missed a few posts in between. -- H On Sep 25, 2012 3:47 PM, Harri Smått har...@gmail.com

[android-developers] Handling Expensive Operations in the UI Thread

2012-09-14 Thread Amit Mangal
hi there, i have list fragment activity. my app is openingvery slow cause i am loading data from list view please any body have code to load it fast. -- 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] Support for indian languages in android devices

2012-09-07 Thread Amit Dhage
Hello everyone, I am developing an android application. In that I am using some Indian language fonts (e.g. Hindi). I have used TTF font files but it is not rendering joint alphabets properly. That's why In my application I want to detect weather Indian (e.g. Hindi

[android-developers] How to write my own custom TTS engine in android?

2012-08-31 Thread Amit
languages supported, I Just want to create it as a library(.jar) so it will easy to add to several applications. Can anyone suggest me how to achieve it OR is it possible to achieve it, if yes then how? please assist me to implement it. Thanks, Amit -- You received this message because you

[android-developers] Hands free unit implementation in android on demo board

2012-08-29 Thread Amit Kumar
in advance, Amit Kumar -- 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] Updating Android Manifest file of an install apk.

2012-08-29 Thread Amit Sinha
Hi, please let me know how can i modify the manifest file(AndroidManifest.xml) of installed apk. Need to modify AndroidManifest.xml is to change the permission of install apk. i wanted to update the permission of the installed apk.. thx amit -- You received this message because you

[android-developers] Re: Updating Android Manifest file of an install apk.

2012-08-29 Thread Amit Sinha
UTC+5:30, sparky wrote: You need to rebuild your APK with the new manifest and install it on the device. You can't change the manifest on-device. On Aug 29, 12:17 pm, Amit Sinha toamitsi...@gmail.com wrote: Hi, please let me know how can i modify the manifest file(AndroidManifest.xml

[android-developers] Re: Why do I get XmlPullParserException: attr value delimiter missing! when use XmlPullParser to parse page in Android

2012-08-16 Thread Amit Garg
It could be because your input XML is not formatted correctly, look for missing quotes in the attributes like Table COLSPAN=2/Table see that COLSPAN is missing quotes around 2. On Tuesday, 1 June 2010 02:25:46 UTC-7, Jesson wrote: When parsing html attribute without quotes such as:

[android-developers] query on protect api in VpnService

2012-07-16 Thread Amit
Hi, Can somebody provide insight on how android implements protect(int socket) in vpnservice class? Thanks, Amit -- 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] Application Restarts Suddenly While trying to decode using speex ?

2012-07-03 Thread amit
*What my App does ?* The App I am developing is a typical client server App which talks to a windows server using Wifi. The Application has multiple Activities and really has heavy memory and CPU requirements i.e native calls for speex encoding / decoding. *What my Problem is ?* The problem

[android-developers] Re: Is there is any method to completely come out/exit from application and not only from activity (call finish() of activity) ?

2012-07-03 Thread amit
No there is no such method, even if you try System.exit().. the App might be still active in background.. That is the normal behavior for the Android Apps On Wednesday, June 27, 2012 5:37:02 PM UTC+5:30, SIVAKUMAR.J wrote: Is there is any way to exit completely from application.? For

[android-developers] Is creation of such app possible ?

2012-06-28 Thread Amit
to PrinterShare PC application to printer/network printer. I wanted to understand, Can i use the Linux driver, hire a developer to create an app which will connect printer to the tablet directly and print. Waiting for some feedback, Thanks, Amit -- You received this message because you are subscribed

Re: [android-developers] Problem with video in WebView

2012-06-07 Thread Amit Gupta
I tried playing .swf video. video in http://www.in.com/videos/watchvideo-cnbc-awaaz-1626397.html plays well in browser but not in webview. On Thursday, 7 June 2012 13:55:58 UTC+8, Narendra Singh Rathore wrote: Please clarify, which video format are you trying to display. -- You received

[android-developers] Webview not showing flash

2012-06-04 Thread Amit Gupta
; myWebView.getSettings().setJavaScriptEnabled(true); myWebView.getSettings().setPluginsEnabled(true); String mimeType = text/html; String encoding = utf-8; myWebView.loadDataWithBaseURL(null, summary, mimeType, encoding, ); } } Regards, Amit Gupta Singapore -- You received this message

[android-developers] how to populate checkedTextView

2012-06-04 Thread Amit Gupta
Hi, I am new to andriod programming and needs help in population of checkedTextView for strings in array. Could you please help me? Regards, Amit Gupta -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] Problem with video in WebView

2012-06-04 Thread Amit Gupta
I am also facing the same issue. Regards, Amit Gupta On Mon, Jun 4, 2012 at 3:02 AM, Angélica Oliveira angelica@gmail.comwrote: Hello, I am new in android, and I am developing an app, where I want to watch a movie in a webview, using HTML 5, but the video doesn't appear, when I run

Re: [android-developers] Looking for Unlocked CDMA Android Phones or any high-end Android CDMA phone that works in India (Band 800 Mhz) eom

2012-06-04 Thread Amit Gupta
you can try samsung galaxy pop. I used it on tata indicom for 2 years Regards, Amit Gupta Singapore Mobile: +65-9825-4152 On Mon, Jun 4, 2012 at 10:33 PM, aishwarya shukla aishwaryashukl...@gmail.com wrote: -- You received this message because you are subscribed to the Google Groups

[android-developers] get notification tone uri

2012-04-28 Thread Amit Mangal
HI there, is the any way to get notification tones uri. and after getting that uri how to play one from that uri. 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] set notification tone programatically

2012-04-22 Thread Amit Mangal
Hi there, Is there any way to set notification tone programmatically ? i want to set my notification tone. 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@googlegroups.com To

Re: [android-developers] silent sms notification programaticaly

2012-04-22 Thread Amit Mangal
Hi there, I am trying to set notification tone silence for incoming message. what i will do i will set black audio file as a notification tone and when any incoimg message then i will play my audio file. playing my audio file for incoming message i have done but it also plays default notification

[android-developers] silent sms notification programaticaly

2012-04-21 Thread Amit Mangal
Hi there, I want to set sms notification programaticaly silence. is there any way to set sms notification tone programaticaly silent. 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] how to disable ringtone of incoming sms

2012-04-18 Thread Amit Mangal
Hi developers, i am creating small app which will mute the incoming sms notification tone. please tell me how to mute incoming sms notification tone. thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread Amit Mangal
Hi there, I am creating on android app. i want to know how to load different layout for tablet and phone. The reason is phone screen is small so layout i have prepared is different and tablet screen is big so i want to load different layout for tablet. any idea how to do that. thanks -- You

Re: [android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread Amit Mangal
what is this i want to load different activity for tablet and different for phone how to do that ? thanks On Mon, Apr 16, 2012 at 6:24 PM, Mark Murphy mmur...@commonsware.comwrote: http://developer.android.com/guide/practices/screens_support.html On Mon, Apr 16, 2012 at 8:50 AM, Amit Mangal

Re: [android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread Amit Mangal
ok thanks On Mon, Apr 16, 2012 at 6:32 PM, Mark Murphy mmur...@commonsware.comwrote: On Mon, Apr 16, 2012 at 8:58 AM, Amit Mangal forum.amit.man...@gmail.com wrote: what is this i want to load different activity for tablet and different for phone how to do that ? That is not a great

Re: [android-developers] how to load different layout for tablet and phone ?

2012-04-16 Thread Amit Mangal
for the second pane... If you have second pane you´re in a xlarge resource. Iñaki On 16 April 2012 15:05, Amit Mangal forum.amit.man...@gmail.com wrote: ok thanks On Mon, Apr 16, 2012 at 6:32 PM, Mark Murphy mmur...@commonsware.com wrote: On Mon, Apr 16, 2012 at 8:58 AM, Amit Mangal

[android-developers] Display notification sound programatically

2012-04-10 Thread Amit Mangal
Hi Developers, I am developing and alarm application. i want to show notification sound to the user please let me know how to show notification sound programaticaly in android. thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Run android apps using emulator launched from linux shell

2012-03-16 Thread amit
Hi, I downloaded the android source code and built it on a remote server using ssh. I want to make changes to the source code, re-compile, and test android apps using that built code. My eclipse is installed on my local ubuntu linux machine. After compiling the source code through shell, I run

[android-developers] Re: WebView Java script function

2012-03-07 Thread Amit
callback from webkit/android SDK , then this info will be authentic. I hope you understand the problem. -Amit On Tuesday, 6 March 2012 18:20:10 UTC+5:30, John Purcell wrote: Amit, But i think, if android API provides this infromation, it will be reliable information as android known which url

[android-developers] WebView Java script function

2012-03-05 Thread Amit
Hi, I am exposing java script function from my webview. This Java script function is called by webcore thread on-page-loading inside webview. Is there any way to retrieve current loaded url inside called Java script function? Thanks, -- You received this message because you are subscribed

Re: [android-developers] WebView Java script function

2012-03-05 Thread Amit
() is never called. Any other suggestion. Thanks, Amit On Monday, 5 March 2012 18:16:52 UTC+5:30, ANKUR1486 wrote: chk this one, will u in getting the url client = new WebViewClient() { @Override public boolean shouldOverrideUrlLoading(WebView view, String url

[android-developers] Re: WebView Java script function

2012-03-05 Thread Amit
, it will be reliable information as android known which url it is currently loading. On Tuesday, 6 March 2012 10:39:42 UTC+5:30, moktarul anam wrote: Hi Amit. in html header script function onload(){ var url = window.loacation; alert(url); Android.currentUrl(url); } /script body

[android-developers] AudioRecord is not working as expected

2012-02-28 Thread amit
I have written following code in which I am trying to record and play the audio... But all I get is just the noise... Please help .. I also want to know why my UI thread hangs when I have a separate thread for recording.Thanks in advance.. /** * @author amit * */ public class

[android-developers] Multiple apk's

2012-02-28 Thread amit rai
Hi I am working on a project of consuming web services on Android Tablets and Mobile. I don't need some services on Mobile but on the tablet i have to expose all the services in that case what i have to create single .apk for each mobile and Tablet.or one .apk supporting multiple screens. --

[android-developers] to develop an app

2012-02-16 Thread amit pandey
Implement a listView in which each contains a Title(text), Description and an image at right. Read the data from xml file and fill it into list view. -- 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] to develop an app in which a text follows a z path

2012-02-16 Thread amit pandey
Write an application to show a text(“INOXAPPS SOLUTIONS PVT. LTD.”. The text shall enter with animation such that it follows the path of a ‘Z’. -- 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] to know about how to use variable accross differnt activities

2012-02-16 Thread amit pandey
how to use a variable across different activities -- 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: How to create a sms database table to store inbox messages in Android

2012-02-03 Thread amit
Yes, agree with Nitin. Use existing table and using ContentResolver - query that table. Uri uriSMSURI = Uri.parse(content://sms); Cursor cursor = mContext.getContentResolver().query(uriSMSURI, null, null, null, null); On Feb 2, 12:02 am, Nitin Sethi sethi.5...@gmail.com wrote: AFAIK, the sqlite

<    3   4   5   6   7   8   9   10   11   >