[android-developers] Full stack java Developer

2019-09-23 Thread Ankit Chaudhary
ance systems - 7. Ability to work in a team environment and be a team player *Thanks & Regards* *Ankit Chaudhary* *Technical Recruiter* *Quantum World Technologies Inc.* *199 West Hillcrest Dr Suite # 0112, Thousand Oaks CA – 91360* *Office: 805-222-0532 Ext: 150* *Emai

[android-developers] Service Now Developer

2019-09-20 Thread Ankit Chaudhary
/ ServiceNow Administration / ServiceNow Implementation certification* *Thanks & Regards* *Ankit Chaudhary* *Technical Recruiter* *Quantum World Technologies Inc.* *199 West Hillcrest Dr Suite # 0112, Thousand Oaks CA – 91360* *Office: 805-222-0532 Ext: 150* *Email: **ank...@quantumworld.

[android-developers] Core Java Developer

2019-09-20 Thread Ankit Chaudhary
hies • Knowledge on AWS, Jenkins, Bamboo and Dockers will be an added advantage. *Thanks & Regards* *Ankit Chaudhary* *Technical Recruiter* *Quantum World Technologies Inc.* *199 West Hillcrest Dr Suite # 0112, Thousand Oaks CA – 91360* *Office: 805-222-0532 Ext: 150* *Ema

[android-developers] Java Developer || Santa Monica, LA

2019-09-19 Thread Ankit Chaudhary
ith test-driven development Contributing in all phases of the development lifecycle Writing well designed, testable, efficient code* - *Must have excellent technical design articulation skills Excellent verbal and written communication skills* *Thanks & Regards* *Ankit Chaudhary*

[android-developers] How to Promote you application for FREE and get 10,000 downloads in first month

2016-12-05 Thread Ankit Chauhan
I followed this method to acquire the first 10,000 downloads in just first month of the app release i was working in a private MNC with a shitty salary and wanted a changed i had to come up with something which could help me escape from the jib system Something of my own, some kind startup

[android-developers] SecurityException in Android Play Services GoogleApiAvailability class

2016-10-18 Thread Ankit Sinha
) at com.android.internal.os.ZygoteInit.main()(ZygoteInit.java:1084) at dalvik.system.NativeStart.main()(NativeStart.java:-2) Regards Ankit Sinha -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails fro

[android-developers] Android Webview Url loading Issue

2016-09-26 Thread Ankit Gupta
I am using webview in android, and I am not able to load url which is having white space in url like (https://s3-ap-southeast-1.amazonaws.com/Test Folder/temp file.html )or ( https://s3-ap-southeast-1.amazonaws.com/Test+Folder/temp+file.html) in webview. When I am trying to use this url it says

[android-developers] Re: VideoView inside a ListView

2016-05-20 Thread Ankit Sevak
Hello Every One In this time i am Suffering one problem in Android code. I am working on a project which should include a list of videos from allover the internet (video sources are different - youtube, vimeo, facebook, videos hosted on servers, ...). I am trying to make a

[android-developers] I want to use the calendarDaysBetween() below method in my TextView, or I want my TextView to display difference of two dates. Can anyone help me with this?

2015-12-29 Thread Ankit Gupta
public class MainActivity extends FragmentActivity { static EditText metTodate, metFromdate, metInTime, metOutTime; static long no_of_days1; static long no_of_days2; static TextView no_of_days; static TextView no_of_days3; public static String str; @Override

[android-developers] how can I send GUID (Globally Unique Identifier) from android on server through JSON?

2015-12-09 Thread Ankit Gupta
how can I send GUID (Globally Unique Identifier) from android on server through JSON? can anyone help on this. I Have to use Guid service of .net -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop

[android-developers] how can I send GUID (Globally Unique Identifier) from android on server through JSON? can anyone help on this. I Have to use Guid service of .net

2015-12-09 Thread Ankit Gupta
how can I send GUID (Globally Unique Identifier) from android on server through JSON? can anyone help on this. I Have to use Guid service of .net -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop

[android-developers] Permission issues in Android M

2015-09-24 Thread Ankit
for the permissions, but OEM doesnt want this pop-up. I understand that if the application is signed with platform key, the 'dangerous' permissions will be granted by default, but is there any other way to grant these "dangerous" permissions to the system application without a pop-up for user? Th

[android-developers] When will ADT give support to test app for new Nexus 7(2013)

2013-08-30 Thread ankit the OPIUM
My customers are complaining that my app is not working properly in New Nexus 7(2013). I want to test it in that but device is not available for sale in India. So when I tried to create emulator for the given configuration it is not booting at all. I have tried on Windows XP and 7 both with

[android-developers] Re: ListView vs. GridView vs. TableLayout

2013-06-17 Thread ankit the OPIUM
Is your designing is something like onClick of an item on First list should change content of rest of the column? If yes,you can try Fragments. It will be a nice to have 2 fragments in tablet and one in phone. Just search for fragment tutorials on google you will get tons. On Tuesday, 2 March

[android-developers] Re: Streetview Intent Format

2013-04-22 Thread Ankit Sharma
hi, this is in regard to the above code posted, i want to know does cbp values change with respect to the lat/lng or it remains same and how to i get those values for particular lat/lng if it changes ? On Monday, 12 October 2009 07:58:11 UTC+5:30, ian wrote: Thanks for the snippet, Now I

[android-developers] Re: free trial for a one time purchase with in app v3

2013-04-04 Thread ankit the OPIUM
Control subscription from both google server and your app in following way:- Publish your app with monthly subscription having free trial of seven days. After free trial Google will charge your user and send you notification onReceive of this notification send it to your server and your server

[android-developers] Re: New app doesnt show in Google Play

2013-04-03 Thread ankit the OPIUM
=android.intent.category.LAUNCHER / /intent-filter for two activities in you application. you app will launch the first activity only not the second one. BR, Ankit the opium On Monday, 1 April 2013 14:44:42 UTC+5:30, bergstr wrote: Hello, I have just released a new tablet-only app to the Play

[android-developers] Push Notification

2013-04-03 Thread ankit agarwal
I am implementing GCM push notification for my application. I am using two different email id to register for API_KEY and developer console.Will this work? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Advanced Touch Control: passing touch event from one view to another

2013-04-02 Thread Ankit Goyal
I also want to do same thing but my views in different activity. How can I do this? On Monday, January 2, 2012 7:52:25 AM UTC+5:30, Yang Bo wrote: Sorry,I donnot quite get you. Are the views in the same activity? 在 2011-12-30 上午10:31,Sky myoncein...@gmail.com javascript:写道: I have one

[android-developers] Re: Improve data retriveing time from server.

2013-03-28 Thread ankit the OPIUM
If this not a web app what you can do is when your app launch retrieve data from server and save in device and fetch from there. After that check your server regularly if something has been changed over server and download only those change files not whole data. in this way only first time it

[android-developers] Build error

2013-01-07 Thread ankit agarwal
I have an android project that is depended on library project. Getting this error while building the app. android sdk r21 UNEXPECTED TOP-LEVEL EXCEPTION: [dx] com.android.dx.util.DexException: Multiple dex files define Lcom/nvsoft/s2pay/S2PayApp; [dx] at

[android-developers] Video Resoltion Support issue in WVGA and Samaung Galaxy S3

2013-01-07 Thread Ankit Thakkar
I have videos which display perfect in WVGA resolution but when I play video in S3, It display border in right and bottom, I have used video view to display videos, my video view had fill parent hight and fill parent with then also video is not resizing as per screen size. -- You received

[android-developers] Re: Test in-app subscription using test account

2012-11-05 Thread ankit the OPIUM
Hi Tarun. I am not sure about PurchaseToken but google play will keep your purchase in record and after billing cycle(monthly/yearly) it will charge user again. If it fails it will inform tour app in onPurchaseStateChange() callback. It will give you response code as expired. On Thursday, 6

[android-developers] Re: startActivityForResult problem

2012-09-09 Thread Ankit Pansuriya
Please remove noHistory=true from your android manifeast 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 unsubscribe from this group, send email to

Re: [android-developers] setting two diffrent time in a single activity

2012-08-08 Thread Er. Ankit Singh
-developers?hl=en -- Thanks Regards Er. Ankit Kumar Singh 91-987-639-6769 -- 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: Android-voice chat

2012-08-02 Thread Ankit Singh
Hello , I am also looking for video chat in android but not getting any help from anywhere. If can guide me, it would be very grateful to me . Please help me . Thanks in advance Email : akki3...@gmail.com On Thursday, 10 March 2011 17:33:18 UTC+5:30, Robin Talwar wrote: Ya

[android-developers] Message Bubble 9 patch Image

2012-05-03 Thread Ankit Kasliwal
Hello, Is any Have Message ( patch Image Please send me. Thanks!!! -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Chat Application In android

2012-05-02 Thread Ankit Kasliwal
i need. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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] Chat Application In android

2012-05-02 Thread Ankit Kasliwal
Thanks but i try this code it's not help me out. On Wed, May 2, 2012 at 1:04 AM, deb-account theedge...@free.fr wrote: On 02/05/12 09:19, Ankit Kasliwal wrote: Hello Everyone, Is any Help me to create A chat application in android, Did you read this ? http

[android-developers] apk expansion file example error

2012-04-10 Thread ankit the OPIUM
Hi all, I am making an app in which i have to put some pdf files which can be more then 50MB so I have decided to use apk expansion file and put it on google play. I have downloaded the example for using google play download library, google play License Verification Library from and android zip

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-03-29 Thread Ankit Kasliwal
tracking using a mobile, I would be very thankful to u if u could explain to me in simple terms how to do it, I couldnt understand what u have mentioned earlier On Wed, Mar 28, 2012 at 10:39 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hello, First you create Handler file

Re: [android-developers] How I disable GPS when i exit Application

2012-03-28 Thread Ankit Kasliwal
location updates from a service, you should stop the service in the onPause() method of the activity, and handle it accordingly in onResume. On Wed, Mar 28, 2012 at 10:50 AM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hello, I have problem in my application when i press exit

Re: [android-developers] Re: How I disable GPS when i exit Application

2012-03-28 Thread Ankit Kasliwal
, Ankit Kasliwal wrote: Hello, I have problem in my application when i press exit i try to close all my activity but GPS running so how i disable GPS status and close my application (because when i go to Application manager it's show mw my application running and force close button enable

Re: [android-developers] Re: How I disable GPS when i exit Application

2012-03-28 Thread Ankit Kasliwal
so can you tell me the process On Wed, Mar 28, 2012 at 2:25 PM, Johan Appelgren johan.appelg...@gmail.comwrote: It is still the wrong thing to do. Just because the API allows you to do something wrong doesn't mean you have to do it. On Wednesday, March 28, 2012 10:41:04 AM UTC+2, Ankit

Re: [android-developers] Re: Sending GPS coordinates to a server

2012-03-28 Thread Ankit Kasliwal
, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How I disable GPS when i exit Application

2012-03-27 Thread Ankit Kasliwal
activityManager = (ActivityManager)context.getSystemService(Context.ACTIVITY_SERVICE); activityManager.killBackgroundProcesses(packageName); } -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed

[android-developers] How i Use Google Map in Offline Mode

2012-03-13 Thread Ankit Kasliwal
. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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] CONNECTIVITY_ACTION during network change from DO - 1x

2012-03-13 Thread Ankit
network and vice-verse? Thanks Ankit -- 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

[android-developers] Re: How i Use Google Map in Offline Mode

2012-03-13 Thread Ankit Kasliwal
No one know about Offline Map Use. On Mon, Mar 12, 2012 at 10:46 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hello Everyone, I am trying to use Google map in offline mode, i am try OSM map for this but it's only show main area names on map i need some

Re: [android-developers] Re: How i Use Google Map in Offline Mode

2012-03-13 Thread Ankit Kasliwal
, Mar 13, 2012 at 8:46 AM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: No one know about Offline Map Use. On Mon, Mar 12, 2012 at 10:46 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hello Everyone, I am trying to use Google map in offline mode

[android-developers] Re: CONNECTIVITY_ACTION during network change from DO - 1x

2012-03-13 Thread Ankit
Thanks. Even on changing the roam status, I don't see this broadcast. e.g. If i go from Sprint network to Verizon and then back to Sprint, I dont see this intent being broadcast. I see it only when the 3G to WiFi. WiFI to 3G or when i lose connection or gain connection back. Thanks Ankit

[android-developers] file categorizer

2012-03-08 Thread ANKIT GUPTA
how can we develop file categorizer in android so that it can perform follows 1.The application should be stored on the memory card. 2.Categorization of file types specified by the user should only be done. 3.The application should be available to work in minimised mode. 4.The performance of

[android-developers] java.net.SocketException: sendto failed: ETIMEDOUT (Connection timed out)

2012-02-20 Thread ankit singh
not bother about data connectivity lost or gain, framework will do polling, once data connectivity is up and provice new socket to Application. Please help me on this... for GB we never face thesetype of problem. Thanks, Ankit -- You received this message because you are subscribed to the Google

Re: [android-developers] plz help close application

2012-01-10 Thread Ankit Kasliwal
://groups.google.com/group/android-developers?hl=en -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Firewall kind of application (Restrict app download and website surfing)

2012-01-08 Thread Ankit
Hi All, I am currently working on firewall kind of application for organization where i need to implement 2 major things: -Restrict few categories apps like games etc from Android Market -Restrict websites on browsers installed on device For better understanding this application will be

[android-developers] Reading Text Written on Image

2011-12-14 Thread Ankit Kasliwal
Hello Friends, i am trying to read text which written on image so can any one tell me what is the best open source Java library that I can use to extract text from an image (JPEG, PNG) files? -- Thanks and Regards, Ankit Kasliwal

Re: [android-developers] Re: Reading Text Written on Image

2011-12-14 Thread Ankit Kasliwal
). But its not so trivial as including a library and may need JNI. Just my take - maybe there IS such a library On Dec 14, 9:50 am, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hello Friends, i am trying to read text which written on image so can any one tell me

[android-developers] Text highlighting in Web View for Android 3.0

2011-12-07 Thread Ankit
Hi All, I am developing an application for android 3.0 (honeycomb). This application is actually a book where different chapters are in the form of html we load these html files in WebView. Now we are struggling with text highlighting issue here. This feature is needed in many places for eg.-

[android-developers] Android NDK C++ 'wstring' support

2011-10-08 Thread Ankit Shah
Hi, I have source code/lib written in C++ - now i would like to compile and use the same in Android NDK project (NDK 6). I am able to compile most of the C++ files except std::wstring based functionality. In Application.mk when i specify APP_STL: = stlport_static then it compiles

Re: [android-developers] excel file in android

2011-09-27 Thread Ankit Kasliwal
/group/android-developers?hl=en -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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] Re: How to create Excel/Spread Sheet Programmatically in Android

2011-09-06 Thread Ankit Kasliwal
, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Reading a MIFARE 1k TAG from 2.3.4 Nexus S

2011-08-26 Thread Ankit Maheshwari
Hey all , can any body please help me with the code to read a MIFARE 1k CARD, i.e it UID and data from a specific blocks .. asuming that i know both the keys , any kinda help will be really appreciated .. really need help badly ... Thanks Ankit -- You received this message because you

[android-developers] Live video streaming over website

2011-08-24 Thread Ankit Kasliwal
phone camera video over my web site. Thanks in advance!!! -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] performing a activity on the click of the BT headset button or A2DP (wired) button press

2011-08-03 Thread Ankit Maheshwari
that in sleep mode and as soon as the user click the headset button(bluetooth or A2DP) the voice recognition activity is fired . is it possible ?? any kinda help will be really appreciated . Thnx Ankit -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How can we keep a particular application on the top always

2011-08-01 Thread Ankit
). But this not the behavior that is shown. Actual Behavior happening :- On closing activity B we see a black screen with activity A on top. Note : Our constraint is that we can't change system image. Thanks , Ankit On Jul 29, 12:54 pm, firstName lastName john.smith.qwert.t...@gmail.com wrote: Try SYSTEM_ALERT_WINDOW

[android-developers] How can we keep a particular application on the top always

2011-07-28 Thread Ankit
/application. Thanks , Ankit -- 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

[android-developers] Mifare Classic emulation using NFC on Android 2.3.4

2011-07-27 Thread Ankit Maheshwari
Hi , has anybody tried for the Mifare Card Emulation using NFC .??? i will be really grateful if anybody could helo me on this . Thanks Ankit -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Sending a URI commanto a remote server and getting the response

2011-07-27 Thread Ankit Maheshwari
Hi, i wish to connect to remote server use and send a encrypted/plain URI and get the response back from the server . can any one please help me in achieving this . any help or code snippet will be realy helpful Thnx Ankit -- You received this message because you are subscribed to the Google

[android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
Hello Everyone is any way to upload Audio file which i record through Application uploaded over My FTP server Folder. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
, Jul 21, 2011 at 4:40 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hello Everyone is any way to upload Audio file which i record through Application uploaded over My FTP server Folder. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You

Re: [android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
Sorry Mark i mean to say that i don't have user name and password of client FTP so is any way to upload file over FTP without asking user name and password. On Thu, Jul 21, 2011 at 5:13 PM, Mark Murphy mmur...@commonsware.comwrote: On Thu, Jul 21, 2011 at 7:40 AM, Ankit Kasliwal

Re: [android-developers] Upload Audio File over Server

2011-07-21 Thread Ankit Kasliwal
ok mark thanks!!! On Thu, Jul 21, 2011 at 5:38 PM, Mark Murphy mmur...@commonsware.comwrote: On Thu, Jul 21, 2011 at 8:05 AM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Sorry Mark i mean to say that i don't have user name and password of client FTP so is any way to upload file over

Re: [android-developers] Re: Camera Issue

2011-07-20 Thread Ankit Kasliwal
: Hi, Provide console log of errors. Regards On Jul 20, 3:32 pm, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: No Solution? On Wed, Jul 20, 2011 at 10:15 AM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hello Everyone, I

[android-developers] Camera Problem in clicking Img

2011-07-19 Thread Ankit Kasliwal
arg0) { } public void onProviderDisabled(String arg0) { } public void onProviderEnabled(String provider) { } public void onStatusChanged(String provider, int status, Bundle extras) { } } -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com

[android-developers] Camera Issue

2011-07-19 Thread Ankit Kasliwal
onStatusChanged(String provider, int status, Bundle extras) { } } -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Camera Issue

2011-07-19 Thread Ankit Kasliwal
No Solution? On Wed, Jul 20, 2011 at 10:15 AM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hello Everyone, I have two problem in my camera Application please anyone help me to solve this issue. Error :- *native_jpeg_encode: jpeg_encoder_encode failed.* 2

[android-developers] How i call Localhost file in application

2011-07-18 Thread Ankit Kasliwal
. Please any one help me. Thanks in Advance. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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-developers] latitude and longitude Problem

2011-07-17 Thread Ankit Kasliwal
I just simply wants my current location.in real time like i press some login button and fetch my location On Sun, Jul 17, 2011 at 10:49 AM, TreKing treking...@gmail.com wrote: On Sat, Jul 16, 2011 at 2:39 AM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: i try the below code

Re: [android-developers] latitude and longitude Problem

2011-07-17 Thread Ankit Kasliwal
Ok Thanks On Sun, Jul 17, 2011 at 9:57 PM, TreKing treking...@gmail.com wrote: On Sun, Jul 17, 2011 at 7:34 AM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: I just simply wants my current location.in real time like i press some login button and fetch my location Then wait

[android-developers] latitude and longitude Problem

2011-07-16 Thread Ankit Kasliwal
onProviderDisabled(String provider) { updateWithNewLocation(null); } public void onProviderEnabled(String provider) { } public void onStatusChanged(String provider, int status, Bundle extras) { } }; } -- Thanks and Regards, Ankit Kasliwal

[android-developers] Re: Image Issue Please help me

2011-07-16 Thread Ankit Kasliwal
is there is no one which help me in camera issue. On Fri, Jul 15, 2011 at 4:40 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hello Everyone, Is there anyway to reduce the resolution of picture taken using camera? It takes long time to upload the image to server Coz i m converting

[android-developers] Take low Resolution Image

2011-07-15 Thread Ankit Kasliwal
); Log.d(PImgString catch, PImgString); } For Send Query String over my handler file which i create in .Net postParameters.add(new BasicNameValuePair(PImg, PImgString )); -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received

[android-developers] Image Issue Please help me

2011-07-15 Thread Ankit Kasliwal
(PImgString, PImgString); } catch (Exception e) { PImgString = new String(PImgString); Log.d(PImgString catch, PImgString); } } -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received

[android-developers] Camera Problem

2011-07-01 Thread Ankit Kasliwal
box so any one help me what should i do.. i m not able to trace the error coz the 2.1 device at my frnd place i send him APK file. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Camera Problem

2011-07-01 Thread Ankit Kasliwal
the second one error (Layout Problem) On Fri, Jul 1, 2011 at 11:06 PM, TreKing treking...@gmail.com wrote: On Fri, Jul 1, 2011 at 12:20 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: i m not able to trace the error coz the 2.1 device at my frnd place i send him APK file. So what

[android-developers] How can we add sms programatically in sim card in android

2011-06-30 Thread ankit
I have a problem that using uri = content://sms/sim i am able to read all the messages saved in sim card but when i am using same uri to add message in sim card i am not able to add using insert query contentResolver.insert(Uri.parse(content://sms/sim), values); Can anybody help me to tell what i

[android-developers] 3rd party SMTP servers for an android application

2011-06-29 Thread ankit sablok
Can anybody tell where can we find some 3rd party SMTP servers for an android email application to be syncronized with it. -- 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] Fail to install Apk on device

2011-06-28 Thread Ankit Kasliwal
, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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-developers] Fail to install Apk on device

2011-06-28 Thread Ankit Kasliwal
Shashidhar i m try to install apk on device on emulator. On Tue, Jun 28, 2011 at 6:20 PM, Shashidhar shashi.zep...@gmail.com wrote: What does the logcat say On Tue, Jun 28, 2011 at 6:07 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hello Everyone please any one tell how i

Re: [android-developers] Fail to install Apk on device

2011-06-28 Thread Ankit Kasliwal
Hey hi i am able to install application on device directly to device but now one more problem occur when i click open cam button over my HTC Wildfire it give me error message to force close application any one help me. On Tue, Jun 28, 2011 at 6:26 PM, Ankit Kasliwal kasliwalankit2...@gmail.com

[android-developers] Cam not open on click of button

2011-06-28 Thread Ankit Kasliwal
Hey hi i am able to install application on device directly to device but now one more problem occur when i click open cam button over my HTC Wildfire it give me error message to force close application any one help me. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300

Re: [android-developers] Cam not open on click of button

2011-06-28 Thread Ankit Kasliwal
Hi Raghav i am try to use camera over my HTC wildfire device not emulator. so how i read logcat. On Tue, Jun 28, 2011 at 7:20 PM, Raghav Sood raghavs...@gmail.com wrote: Logcat output? On 6/28/11, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hey hi i am able to install application

[android-developers] Camera not open

2011-06-28 Thread Ankit Kasliwal
only says application not open camera activity force close application i set uses-feature android:name=android. hardware.camera / in my manifest file is it right or in Capital is right uses-feature android:name=android.hardware.CAMERA / -- Thanks and Regards, Ankit Kasliwal kasliwalankit2

Re: [android-developers] Camera not open

2011-06-28 Thread Ankit Kasliwal
...@gmail.com wrote: You just need to select it from the list that comes. Again, What does the LogCat say? And could you stop starting a new thread for each reply? On Tue, Jun 28, 2011 at 7:36 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: only says application not open camera activity force

[android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Dear All, Hi everyone please any one tell me the process of creating apk file with full step. Thanks in advance. -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Hi hey is *Unsigned APK but i need signed APK.* On Fri, Jun 24, 2011 at 5:46 PM, Mohammed Hossain Doula hossaindo...@gmail.com wrote: http://hossaindoula.blogspot.com/2011/06/create-apk-android-package-file.html On Fri, Jun 24, 2011 at 6:11 PM, Ankit Kasliwal kasliwalankit2...@gmail.com

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Sorry what you say i am not able to understand. On Fri, Jun 24, 2011 at 5:59 PM, Mohammed Hossain Doula hossaindo...@gmail.com wrote: Comment over there... On Fri, Jun 24, 2011 at 6:27 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Hi hey is *Unsigned APK but i need signed APK

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
i saw there but how i create keystore coz i m not able to create keystore On Fri, Jun 24, 2011 at 6:13 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Sorry what you say i am not able to understand. On Fri, Jun 24, 2011 at 5:59 PM, Mohammed Hossain Doula hossaindo...@gmail.com wrote

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
...@gmail.com wrote: Don't you understand English... I told you just put your comment in the blog regarding what you are asking... I will give you reply there... On Fri, Jun 24, 2011 at 6:43 PM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Sorry what you say i am not able to understand

Re: [android-developers] how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Thanks Jorge Luis i though it's free On Fri, Jun 24, 2011 at 6:15 PM, Jorge Luis jorgelferr...@gmail.com wrote: To create a keystore you must register as a developer at Android Market, pay the $25 fee and then you'll be able to create the keystore ;D 2011/6/24 Ankit Kasliwal kasliwalankit2

Re: [android-developers] Svar: how to create a apk file

2011-06-24 Thread Ankit Kasliwal
Thanks Mark. On Fri, Jun 24, 2011 at 6:26 PM, Mark S. jacob.dre...@geosoft.no wrote: Ankit, Please check http://geosoft.no/development/android.html. Item #8 for creating a keystore, #14 for creating an unsigned .apk, and #15 for signing the .apk file. Regards, Mark -- You received

Re: [android-developers] Android sqlite database file

2011-06-17 Thread Ankit Kasliwal
, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- You received this message because you

Re: [android-developers] Android sqlite database file

2011-06-17 Thread Ankit Kasliwal
Hi, Ok. On Fri, Jun 17, 2011 at 3:00 PM, nageswara rao rajana nagu.raj...@gmail.com wrote: Hi Ankit, Thanks for the links. I will work on it and i will get back to you, if i get any issues. Thanking you, Nagu. -- You received this message because you

[android-developers] 256 Bit Encryption (Using Rijndael algorithm).

2011-06-15 Thread Ankit Shah
) on Android. I know how to perform 128 Bit encryption - but i would like to implement 256 bit encryption... Any pointer or help on this will be greatly appreciated. Thank You. *-* *Ankit Shah * -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Open/View Pdf, Doc, Xls and Ppt files from Internal storage

2011-05-31 Thread Ankit Shah
Your pointers helped... Thanks Mark. On May 9, 2:39 pm, Mark Murphy mmur...@commonsware.com wrote: On Mon, May 9, 2011 at 1:11 AM, Ankit Shah iankits...@gmail.com wrote: I would like to open/view PDF/Doc files stored in internal storage (i.e file:///data/data/package_name/files/test.pdf

[android-developers] Open/View Pdf, Doc, Xls and Ppt files from Internal storage

2011-05-08 Thread Ankit Shah
I would like to open/view PDF/Doc files stored in internal storage (i.e file:///data/data/package_name/files/test.pdf) Is there any way to generate Uri object for file stored in internale storage (i.e file:///data/data/package_name/files/test.pdf) Intent intent = new

Re: [android-developers] Re: WebView and Linear Layout

2011-02-23 Thread Ankit Kasliwal
-developers?hl=en -- Thanks and Regards, Ankit Kasliwal kasliwalankit2...@gmail.com +91-9300-940-136 -- 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] Connect WEB SQL SERVER 2005 Using WEB SERVICE

2011-02-23 Thread Ankit Kasliwal
ya i done my work thanks On Wed, Feb 23, 2011 at 7:03 AM, TreKing treking...@gmail.com wrote: On Sat, Feb 19, 2011 at 11:30 AM, Ankit Kasliwal kasliwalankit2...@gmail.com wrote: Please help me in connecting web SQL server database using web service. This has nothing to do

[android-developers] Connect WEB SQL SERVER 2005 Using WEB SERVICE

2011-02-22 Thread Ankit Kasliwal
Hello Everyone, Please help me in connecting web SQL server database using web service. if any one have a sample code please send me or guide me how i check user name and password over web server database and how i insert and get data from it please send me sample code for

Re: [android-developers] Re: Saving layout file is very slow with Eclipse / ADT

2011-02-22 Thread Ankit Kasliwal
Dear All, Is any one have a Sample code for connecting Sql server 2005 Data Base over web server and how i check the log in name and insert and fetch the data and show data in grid view . Through Webservice and any other way. please help me.. Thanks!!! Ankit Kasliwal On Sun, Feb

  1   2   >