[android-developers] How to Add menu of my app to gallery and other applications

2009-08-13 Thread Naveen
can pls share a working sample code for full class and full manifest file. Thanks Naveen --~--~-~--~~~---~--~~ 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-developers] How to split Picture captured from webview into multiple images?

2010-08-12 Thread Naveen
Hi! I have a webview and I capture the view like this Picture picture = m_browser.capturePicture(); Bitmap b = Bitmap.createBitmap( picture.getWidth(), picture.getHeight(), Bitmap.Config.ARGB_); Canvas c = new Canvas( b );

[android-developers] how to use jmdns

2010-04-21 Thread Naveen
HI! My goal is to find network printers using jmdns Following is the code I have written which does not work. I am new to all this Pls. help me. What exactly I want to do is to list all printers in list box...Currently I am not filtering printers.. I am always getting exception... Here is my

[android-developers] How to get results from intent launched from preference screen?

2010-08-01 Thread Naveen
Hi! I need help in geting results back from intent launched from preference screen // Intent preference DevicePref = getPreferenceManager().createPreferenceScreen(this); // Show a Screen with list of Devices Discovered Intent i = new Intent(this,getDevice.class);

[android-developers] Re: How to get results from intent launched from preference screen?

2010-08-01 Thread Naveen
); DevicePref.setTitle(Select Device); DevicePref.setSummary(mSelectedDevice); deviceOptionsCat.addPreference(DevicePref); On Aug 2, 1:34 pm, Naveen naveen...@gmail.com wrote: Hi! I need help in geting results back from intent launched from preference screen        // Intent

[android-developers] Re: How to get results from intent launched from preference screen?

2010-08-01 Thread Naveen
I got the answer, Hope it will help someone like me... Do not mention intent while creating preference like I did in above code.. Mention intent on OnPreferenceClickListener and then do StartActivityForResult() // Intent preference DevicePref =

[android-developers] Hello World doesn't work

2010-11-22 Thread Naveen
is there any issue with the code or the procedure? It would be really helpful if you point some good basic references for developing Android apps.. TIA. Naveen Venkat -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Getting RGB data from Android bitmap

2010-05-15 Thread Naveen
Hi! I need help on couple of issues Basically I want to capture webpage from webview and get raster data of the bitmap. To do so what I did is WebView m_browser; Picture picture = m_browser.capturePicture(); Bitmap b = Bitmap.createBitmap( picture.getWidth(),

[android-developers] Re: Getting RGB data from Android bitmap

2010-05-17 Thread Naveen
Any help pls. on my query? On May 15, 6:04 pm, Naveen naveen...@gmail.com wrote: Hi! I need help on couple of issues Basically I want to capture webpage from webview and get raster data of the bitmap. To do so what I did is         WebView m_browser;   Picture picture

[android-developers] Mix Glibc and Bionic

2010-05-19 Thread naveen
main application build which is build with Glibc and run android application(bionic) from Main application. Or is there any other method to support both bionic and Glibc . Kind regards naveen -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] How to go back from 2.2 to 2.1update (ERE27) on nexus one

2010-05-26 Thread Naveen
Hi! I had original nexus one with ERE27. I manually updated that phone with signed-passion-FRF50-from-ERE27.1e519a24.zip this file. No for some reason I want to revert back. Can you pls. help me how can I do that? Thanks -- You received this message because you are subscribed to the Google

[android-developers] Re: How to go back from 2.2 to 2.1update (ERE27) on nexus one

2010-05-26 Thread Naveen
Factory reset just clears user data. does not roll back to previous image. On May 26, 6:28 pm, String sterling.ud...@googlemail.com wrote: On May 26, 9:57 am, Naveen naveen...@gmail.com wrote: No for some reason I want to revert back. Factory reset? String -- You received this message

[android-developers] Re: How to go back from 2.2 to 2.1update (ERE27) on nexus one

2010-05-28 Thread Naveen
Anyways guys I got it back... here is he link to get it back http://forum.xda-developers.com/showthread.php?t=614850 With this one you will get ERD79 and after that you will get OTA update for ERE27 thats the one I got my phone shipped with. Thanks On May 28, 3:31 pm, Zsolt Vasvari

[android-developers] Avoiding GPL

2010-06-22 Thread Naveen
Hi! I need to use some open source code with GPL3. As usual I don't want to open source code for full application. Now what I understand is if I make two separate process one with my main application code and other as a service or something with Open source library then in that case I have to

[android-developers] Connecting 4 Geopoints

2011-02-11 Thread Naveen
Hello All, I am having 4 static Geopoints, I am able to mark them on the Map and also i am able to draw line between them. Now i am trying to animate the line while drawing between 2 Geopoints, i just want to show them some kind of animation while drawing line .. is it possible to do ?? or i

[android-developers] Passing Command line arguments to an android application

2010-03-26 Thread Naveen
Hello, I am new to Android Development. I have a few questions to ask. 1) How can i pass command line arguments to an android application. Lets say, i have to pass an Integer value as a command line argument to an android application while launching it. 2) can we launch an application made

[android-developers] Dont see my app in share menu for Picasa images in galary

2010-03-30 Thread Naveen
Hi! I have an activity for which I have registered intent.action.SEND Something like this activity android:name=.SelectedImage android:label=@string/app_name intent-filter action android:name=android.intent.action.IMAGE_SELECT /

[android-developers] H.264 support android

2011-09-30 Thread Naveen
i have mp4 video file with extension mp4, that video is not playing on surface using codec android. hen decoding video in form of h.264 then it's play, give me guideline how to play video using h.264 support in android framework. -- You received this message because you are subscribed to the

[android-developers] Dismiss dialog

2011-10-04 Thread Naveen
How can i dismiss the dialog, Opening the dialog of one application and going to the setting application to change the font style in the settings and cum back to the pervious application by pressing back key, the application is re- created but dialog is not dismissed. I want to dismiss dialog of

[android-developers] Re: Dismiss dialog

2011-10-05 Thread Naveen
Studio LFPhttp://www.studio-lfp.com On Tuesday, October 4, 2011 9:28:43 AM UTC-5, Naveen wrote: How can i dismiss the dialog, Opening the dialog of one application and going to the setting application to change the  font style in the settings and cum back to the pervious application

[android-developers] ExpandableListView and ListView click child event not working..

2011-10-06 Thread Naveen
Hello Developers, I am facing a different type of issue, i have a layout which contains One expandableListview and another Listview , i have designed this layout using framelayout now all click events works for expandable and listview but expandablechild and list child click events not working

[android-developers] ListView Row not firing the click event

2011-10-06 Thread Naveen
i am using custom list , it's l1.setAdapter(new EfficientAdapter(this)); l1.setFocusable(true); l1.setClickable(true); l1.setOnItemClickListener(new OnItemClickListener() { @Override public void onItemClick(AdapterView? adapter, View

[android-developers] Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

2011-10-11 Thread Naveen
I want to play video file from application context row directory MediaPlayer mediaPlayer = MediaPlayer.create(context, R.raw.sound_file_1); mediaPlayer.start(); // no need to call prepare(); create() does that for you This video contains size is 19.5 MB facing error : Installation error:

[android-developers] Copy 20MB of file from asert folder

2011-10-11 Thread Naveen
Hello friends , i am using below code for copy file from asert folder , that's work but not able to copy complete file only 9MB file copied , Please help me , i have already changed the byte array size with video file size but same saze video in sdcard private void CopyAssets() {

[android-developers] how to fix HTTPS error 404

2011-10-17 Thread Naveen
Hello Sir, I have a web apache server with URL https://IP Address/xmlrpc, It's contain XML-RPC api , in case of PHP and iphone/ipad , server response fine with Post method. But in case of android SSL selfed signed cert is handled ,same server url in android giving 404 server errror code.

[android-developers] Marge to listview when after one list finished

2011-11-08 Thread Naveen
Hello Sir, I have a two listview one is lv1 and second is lv2 , want to load listview2 data after listview1 loaded , Please help me -- 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] Marge to listview when after one list finished

2011-11-08 Thread Naveen
Hello Sir, I have a two listview one is lv1 and second is lv2 , want to load listview2 data after listview1 loaded , Please help me -- 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] hava a drag and drop listview, when doing drag and drop on listview then scroll not working please help me how scroll work when dragging and dropping items on list.

2011-11-08 Thread Naveen
=1320819281143#c7590849652991362556 Regards, Naveen 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

[android-developers] Security on sdcard folder android

2011-11-14 Thread Naveen
Hello Sir, I have created a folder on sdcard , i want security there someone not delete the folder only root user delete folder , not getting solution on google more need your support, Regards, Naveen -- You received this message because you are subscribed to the Google Groups Android

[android-developers] want message when usb cable attached or removed

2011-11-15 Thread Naveen
Hello All, I want create a small app when user attached device with usb then the app gives message usb cable is available with app, if user remove usb then message usb cable removed. Please guide me .. Here we getting url http://developer.android.com/guide/topics/usb/host.html need url

[android-developers] Device is attached with usb or not

2011-11-16 Thread Naveen
Hello All, I want to create a app, i am creating naveen folder in sdcard , i want when user attached with USB cable and dragging file in Root sdcard then that moment i want to read device is connected with usb . means i want to create a service in app that look for usb attachment check

[android-developers] i want to assign a task for copy a file to receiver class. how to handle that cases in android.receiver class is able to generate message but not copying the file . how to handle

2011-11-17 Thread Naveen
i want to assign a task for copy a file to receiver class. how to handle that cases in android.receiver class is able to generate message but not copying the file . how to handle that cases. -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Home and back key of device key pad

2011-11-23 Thread Naveen
How to handle Home and Back key of a device. down vote favorite 3 share [fb] share [tw] So I have this method in one of my Android Activities: @Override public boolean onKeyDown(int keyCode, KeyEvent event) { if(keyCode == KeyEvent.KEYCODE_BACK) { Log.d(Test, Back button

[android-developers] Facebook posting not works if any crashing in application

2011-11-23 Thread Naveen
Hello All, I am using facebook posting in android app, if any crashing occur in app then facebook object loosed by App. then after facebook posting not work for us. Please give me guideline till app persist android facebook posting works regards, Naveen -- You received this message because

[android-developers] Calculate percentage of a video file

2011-11-24 Thread Naveen
Hello Sir, I am playing a video file , i want to calculate percentage of video file . using this code int current=video.getDuration(); int total= video.getCurrentPosition(); int per = (current/total)*100; This way is wrong behave please confirm me this is right or wrong. which is easiest

[android-developers] complete video player app crash on back btn

2011-11-24 Thread Naveen
Hello All, Please see the code public void onCompletion(MediaPlayer mp) { CompleteFlag = true; video.pause(); /* */ /*if(checkNetworkConnection()){ try { new PostUsesData().execute(T); }

[android-developers] Disable Home button code not working in another application

2011-11-25 Thread Naveen
I am writing this code for block Home keypad of phone when playing video file android , that works fine but when i am using this code in another application then it's not working...trying to find possible way why not disabling the home key public void onAttachedToWindow() {

[android-developers] this.requestWindowFeature(Window.FEATURE_NO_TITLE); code not work when home key block

2011-11-25 Thread Naveen
Hello All, I do not want title bar so coded this.requestWindowFeature(Window.FEATURE_NO_TITLE); but when using this below code then this title bar code not works it's showing title header . @Override public void onAttachedToWindow() {

[android-developers] This page contains the following error: error on line 2 at colum 159: EntityRef: expecting ';' Reparse document as HTML. Below is a rendering of the page up to the first error.

2011-11-25 Thread Naveen
Hello All, I am installing a apk file on Samsung galaxy, this apk file contains facebook login sdkwhen logging with facebook then getting error: This page contains the following error: error on line 2 at colum 159: EntityRef: expecting ';' Reparse document as HTML. Below is a rendering of

[android-developers] When using seek bar for large file then hang

2011-11-28 Thread Naveen
Hello Developers, I am playing a .mp4 video file on android video view . I am using seek bar media controller for forward , backward , play and pause controller . It's works fine for small video file , when taking large size video then it's not work smoothly.. hangs with black screen...

[android-developers] Facebook posting not works if any crashing in application and some devices not allowing post wall

2011-11-29 Thread Naveen
Hello All, Please help me . I am posting wall on facebook when some one stopped the video play. then a dialog is appearing user can able to type mesaage for post and clicking ok btn for post wall. This is working fine with LG-Optima and Samsung galexy tab. but some devices giving this error

[android-developers] offline_access,publish_stream,email,user_birthday facebook permission

2011-11-29 Thread Naveen
Hello All, Please help me , I am using Facebook sdk from github and implementing in android. I want when user login with facebook then user permission offline_access,publish_stream,email,user_birthday. what to need add with sdk.. -- You received this message because you are subscribed

[android-developers] response{error:{message:An active access token must be used to query information about the current user.,type:OAuthException}} Android Facebook Post

2011-11-30 Thread Naveen
Hello All, I am doing FaceBook wall posting with message, photo , and link ..in android getting response from facebook server response{error:{message:An active access token must be used to query information about the current user.,type:OAuthException}} Please guide line me .. Regards, Naveen

[android-developers] how to integrate video codec for video view android

2011-08-19 Thread Naveen
I am not getting any perfect way for codec implementation, plz help me other wise i think it's android drawback -- 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] No accelerated colorspace conversion found from %s to %s. FFMpeg android

2011-08-20 Thread Naveen
No accelerated colorspace conversion found from %s to %s. facing this issue in FFMpeg android.please help me. -- 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] Android development is very bad

2011-08-22 Thread Naveen
i think android development is very bad for android developer compare to xcode. xcode giving framework for each and every ap implementation. here i want to generate a codec interface facing issue, post to android community but not getting any response back by him. Thanks, -- You received

[android-developers] Only audio, no video

2011-08-22 Thread Naveen
I managed to compile the debug Branch and I could play videos, but I get no video - only audio is working. The libraries are loaded and also no other errors in LogCat, except AV_LOG_WARNING: No accelerated colorspace conversion found from %s to %s, but I think that's ok. -- You received this

[android-developers] Re: how to integrate video codec for video view android

2011-08-23 Thread Naveen
...@commonsware.comwrote: On Fri, Aug 19, 2011 at 8:30 AM, Naveen kumarnaveen.si...@gmail.com wrote: I am not getting any perfect way for codec implementation, plz help me other wise i think it's android drawback Codecs to plug into OpenCORE (Android 2.2 and earlier) or StageFright (Android

[android-developers] accelerated colorspace

2011-08-23 Thread Naveen
what is the accelerated colorspace for android video on surface. -- 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 is not getting two values sws_format_name(c-srcFormat), sws_format_name(c-dstFormat)

2011-08-23 Thread Naveen
Hi Developers, i am using you ffmpeg library . view is not getting two values sws_format_name(c-srcFormat), sws_format_name(c-dstFormat) so error msg occur ERROR/FFMpegMediaPlayer(3889): AV_LOG_WARNING: No accelerated colorspace conversion found from %s to %s. Here due to this error This

[android-developers] Socket programming android

2011-08-24 Thread Naveen
What is the best way for send request body to server socket and take response from server socket. -- 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] ERROR/FFMpegMediaPlayer(3889): AV_LOG_WARNING: No accelerated colorspace conversion found from %s to %s.

2011-08-24 Thread Naveen
Android is not allowing me to place the large video on surface, it's Android - firmware(Video view) limitation, so resolving this issue need codec interface for place video on surface. i am trying to integrate codec using JAVA JNI. i am using ffmpeg library for video codec interface, that

[android-developers] what are the best practices for good coding skills and classes, methods, and variables naming +android

2011-08-24 Thread Naveen
what are the best practices for good coding skills and classes, methods, and variables naming +android -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] ffmpeg jni codec issue

2011-08-24 Thread Naveen
Hello Android Community , I am facing issue for play large video Android is not allowing me to place the large video on surface, it's Android - firmware(Video view) limitation, so resolving this issue need codec interface for place video on surface. i am trying to integrate codec using JAVA

[android-developers] how to control movie rate like 320kbps in android ffmpeg android jni.

2011-08-25 Thread Naveen
how to control movie rate like 320kbps in android ffmpeg android jni. which file contains it's all setting in jni library in android code. Please help me if any tool for measuring the video speed. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] more that 50mb video file size issue

2011-08-26 Thread Naveen
Hi developers, Now i am able to play approx 50MB video by using ffmpeg codec interface when trying to play approx 200mb or 1gb video then only audio works video not on surface. Please help what need change in code.why i am not able to play long video. what are the limitations on android large

[android-developers] what's main basic difference between mpeg4 and h264 codec

2011-08-26 Thread Naveen
what's main basic difference between mpeg4 and h264 codec -- 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] Change frame size android

2011-08-30 Thread Naveen
Suppose we have a video, it's video frame size 320X220 (width , height ). i want to convert this video frame size in 480X360 by code java android -- 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] handle byte memory here

2011-08-30 Thread Naveen
byte[] fullData = new byte[(int) filelen]; here it's byte array integer type so facing outofmemory data is range of long size. byte array not taking length long time default typecasting int -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Read meta data from large video file

2011-09-01 Thread Naveen
Hello Android developer, I have a video file which containing meta data. i want to retrieve the meta data from this video particular position of file video. Please refer me perfect link. or coding stubs which will be best for handle large video file also. Thanks NaVi -- You received this

[android-developers] volume control with videoview android

2011-09-01 Thread Naveen
i am using videoview android.accessing videoview id from xml file. now i want android volume control with android videoview . help me. -- 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] Please see this example when i am taking small file then it works but when taking large video size with 1gb approx then outofmemory error

2011-09-02 Thread Naveen
Please see this example when i am taking small file then it works but when taking large video size with 1gb approx then outofmemory error import java.io.*; public class ReadFileByteArray { public static void main(String[] args) { //create file object File file = new

[android-developers] i want to read last 12 bytes of this file

2011-09-02 Thread Naveen
i have large mp4 file i want to read last 12 bytes of this file, long position=filesize.length-12; plz help me now what to do for read 12 bytes from position -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] transcoded video file in java

2011-09-03 Thread Naveen
how to transcoded video file in java code -- 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] i want to load image from array on expandable group list and child list also

2011-09-05 Thread Naveen
i want to load image from array on expandable group list and child list also package com.halosys; import android.app.Activity; import android.os.Bundle; import android.app.ExpandableListActivity; import android.os.Bundle; import android.widget.SimpleExpandableListAdapter; import

[android-developers] Can any One Give Me Some About The IMage Posting in twitter

2012-10-29 Thread Naveen
Can any One Give Me Some About The IMage Posting in twitter i m new an android any one give suggestuion to post image on twitter -- 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 Gaming

2014-10-17 Thread Naveen
i have 1+ ex in andoird i want to learn more android like android gaming can anyone suggest for android gameing -- 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: In app billing testing issue...

2014-11-14 Thread Naveen
have a look this u can get here http://www.androidhub4you.com/2013/03/how-to-inegrate-in-app-purchase-billing.html On Wednesday, November 5, 2014 2:30:05 PM UTC+5:30, Eden wrote: Hi, I followed strictly the android dev instructions to test the IABv3

[android-developers] Re: How to Create a new Content Providers on Android Platform

2008-04-25 Thread Naveen Garg
many many thanks... On Apr 24, 4:02 pm, Hielko [EMAIL PROTECTED] wrote: See the noteslist example in the sdk On Apr 24, 6:42 am, Naveen Garg [EMAIL PROTECTED] wrote: I am trying to create a new content provider in android but have not seen any sample code on the net so far. I

[android-developers] Re: How to Create a new Content Providers on Android Platform

2008-04-25 Thread Naveen Garg
). Here is the ToC for those parts of that chapter: 5.5 Working with ContentProviders       22 5.5.1 Understanding URI representations and manipulating records        24 5.5.2 Useful built-in providers 30 5.5.3 Creating a ContentProvider        31 On Apr 24, 12:42 am, Naveen Garg [EMAIL PROTECTED

[android-developers] Re: How to Create a new Content Providers on Android Platform

2008-04-27 Thread Naveen Garg
Can you please tell me how to use a content provider which is created by some other app. On Apr 24, 4:02 pm, Hielko [EMAIL PROTECTED] wrote: See the noteslist example in the sdk On Apr 24, 6:42 am, Naveen Garg [EMAIL PROTECTED] wrote: I am trying to create a new content provider

[android-developers] How to use a content provider created by some other app

2008-04-27 Thread Naveen Garg
I am trying to access a content provider created by some other app. But not able to find a way. lease tell me how to do it. Some sample code will be of great help. Thanking in advance!! Naveen --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: How to Create a new Content Providers on Android Platform

2008-04-29 Thread Naveen Garg
Thanks Charlie it was really helpful. Now I am trying to call one application from the other app like we can start browser by clicking on hyperlink. Could you tell me how to do it. A sample code will be of great help. Thanking in advance, Naveen On Apr 28, 10:40 pm, Charlie Collins [EMAIL

[android-developers] Re: Do we have any functionalities in Android to intercept calls and SMS

2008-04-29 Thread Naveen Garg
Many many thanks to all of you. On Apr 26, 11:24 pm, jcmb [EMAIL PROTECTED] wrote: I have a simpler version of that tutorial up on my wiki:http://code.google.com/p/android-for-gods/wiki/SMSHowTo On Apr 26, 7:34 am, drewski [EMAIL PROTECTED] wrote: For the SMS

[android-developers] Re: Do we have any functionalities in Android to intercept calls and SMS

2008-04-30 Thread Naveen Garg
Do we have some thing similar to android.provider.CallLog for SMS which is already provided in the android SDK On Apr 26, 11:24 pm, jcmb [EMAIL PROTECTED] wrote: I have a simpler version of that tutorial up on my wiki:http://code.google.com/p/android-for-gods/wiki/SMSHowTo On Apr 26, 7:34

[android-developers] How to do file handling in android

2008-05-04 Thread Naveen Garg
Please let me know how to do file handling in Android. Some sample code will be of great use to me. Thanking in advance, Naveen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How to do file handling in android

2008-05-05 Thread Naveen Garg
message+= String.valueOf( ( char )b ); } xmlStream.close(); } catch ( IOException e ) { Log.e( tag, IOException' + e.toString() ); } Log.i( tag, file message = +message); Naveen Garg wrote:Please let me know how to do file

[android-developers] Video Playback issue- Please help

2010-04-24 Thread Naveen Rapaka
if anyone are aware of this isse. Thanks in Advance -Naveen Rapaka -- 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

[android-developers] Upload image file to server

2010-12-28 Thread naveen kumar
Dear sir, Good evening i am posting some string data with image but image is not uploading plz help me how to code for upload image on server My code public void PostCameraData(){ httppost = new HttpPost(Splash.globalurl+iphone/ads/response); httpclient = new DefaultHttpClient();

[android-developers] Save Gestures in pdf format

2011-01-10 Thread naveen kumar
Dear sir, Good morning, Please help me ,how to take signature by gestures and convert it in pdf doc.. i am able to convert it by java itext jar but it's not supporting android code.. please help me.. otherwise i loss the android job... thanks Naveen -- You received this message because

[android-developers] Save Gestures in pdf format

2011-01-10 Thread naveen kumar
Dear sir, Good morning, Please help me ,how to take signature by gestures and convert it in pdf doc.. i am able to convert it by java itext jar but it's not supporting android code.. please help me.. otherwise i loss the android job... thanks Naveen -- You received this message because

[android-developers] GestureActivity

2011-01-12 Thread naveen kumar
How to save gesture in sd card as a image.please help me . i want to save gesture nonmutable file format. thanks naveen -- 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] android kernel patches

2010-05-21 Thread naveen yadav
your valuable suggestion naveen -- 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

Re: [android-developers] Re: Avoiding GPL

2010-06-23 Thread Naveen Maheshwari
best to not change it, and check the creators site to see if they sell alternate licenses that might server your needs better, if you do need to modify the source in certain ways. Adam Hammer On Jun 22, 12:10 am, Naveen naveen...@gmail.com wrote: Hi! I need to use some open source code

[android-developers] Re: calling android activity

2011-01-14 Thread Naveen kumar
hi, what is the procedure to call an activity from option menu using switch case. please help. Thanks naveen -- 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] but my button is not clickable and says - Recognizer not present

2011-02-04 Thread naveen kumar
complete guideline for voice Recognization.Please help me clearly ..bez . Thanks, Naveen -- 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] gesture Color change

2011-02-07 Thread naveen kumar
Hello sir i have done a code for gesture color change. GestureOverlayView overlay = (GestureOverlayView) findViewById(R.id.gestures_overlay); overlay.setGestureColor(Color.BLACK); but it works after config change means change after orientaion, initially shows yellow . Please help me

[android-developers] Connecting 4 Geopoints

2011-02-11 Thread Naveen HS
Hello All, I am having 4 static Geopoints, I am able to mark them on the Map and also i am able to draw line between them. Now i am trying to animate the line while drawing between 2 Geopoints, i just want to show them some kind of animation while drawing line .. is it possible to do ?? or i

[android-developers] PhoneFactory.getDefaultPhone from apps other than PhoneApp

2009-06-24 Thread Naveen K
for the PhoneApp only ? Thank you, Naveen --~--~-~--~~~---~--~~ 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] EditTextPreference: Cannot edit text

2009-07-14 Thread Naveen K
bee62558 [stack] I/DEBUG ( 27): bee62524 ad337c13 /system/lib/ libandroid_runtime.so W/WindowManager( 54): No focus window, dropping: KeyEvent{action=1 code=62 repeat=0 meta=0 scancode=57 mFlags=8} Any help is appreciated Thanks in advance, Naveen

[android-developers] Re: PhoneFactory.getDefaultPhone from apps other than PhoneApp

2009-07-14 Thread Naveen K
baum...@gmail.com wrote: Hi, did you find a solution how PhoneFactory.getDefaultPhone() can be invoked from a new app? Thomas On 24 Jun., 04:18,NaveenK naveen...@gmail.com wrote: Hi, I am trying to call PhoneFactory.getDefaultPhone from a new application so that I can access its

[android-developers] Multiple activities

2011-05-16 Thread Naveen Kumar
haiii.. i',m learning android beginner course,i dnt knw how to develope multiple activities at a time please help me to write d code for dat... -- 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] [android developers] how to use a viewpager in a fragment?

2012-04-26 Thread Naveen Gunda
*what kind of problems u have got* * * *Regards,* * * *Naveen.G* * * *91-9700637375* -- 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,

Re: [android-developers] [android developers] how to use a viewpager in a fragment?

2012-04-26 Thread Naveen Gunda
russel send to me project archive naveengun...@gmail.com -- 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] Android Monkey.

2011-11-22 Thread naveen raj
Hi , I have few questions regarding android monkey. a) How do I know, what are the events generated by android Monkey ? b) Can I define the events for android monkey ? c) Does this android monkey tool works for all android devices (for ex: Android tablets) ? Regards Naveen -- You received

[android-developers] How to play large size video from sdcard in android

2011-06-22 Thread naveen kumar
. Please help me Thanks, Naveen Kumar shrivastva 9555674501 -- 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

[android-developers] How to handle large HTTPS server XML-RPC response

2011-06-22 Thread naveen kumar
i am getting large response of https server. i am not able to store complete response in string variable, there fore i am witting the file by using fileoutputstrem, it's takes more time for write on file and parse them. Please fix this issue in android also. thanks, Naveen Kumar -- You

[android-developers] NIO interface with android HTTPs server response

2011-06-22 Thread naveen kumar
How to use java NIO api for android HTTPS(SSL server)- XMLRPC server response. Thanks, Naveen Kumar shrivastva 9555674501 -- 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-developers] How to handle large video file play andoid

2011-06-22 Thread naveen kumar
Hello sir, good morning i want to play large video file from sdcard. i am able to play samll but not large movie like 1GB , please help me. thanks, Naveen Kumar -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Divide large video file in parts

2011-06-22 Thread naveen kumar
I want to devide large video file in parts without content loss please help me. -- 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

  1   2   >