[android-developers] Re: Deleting Incoming SMS???

2009-03-23 Thread Mani
based Messages to Different application , which registers for it , then it might Solve your application requirement Regards Mani. On Mar 22, 5:25 am, Tseng tseng.priv...@googlemail.com wrote: Exactly. This is not possible for security reasons. The user shall always be aware what he is receiving

[android-developers] Re: Deleting Incoming SMS???

2009-03-23 Thread Mani
, then it will meet your Requirements Regards Mani On Mar 22, 5:25 am, Tseng tseng.priv...@googlemail.com wrote: Exactly. This is not possible for security reasons. The user shall always be aware what he is receiving from other people and it makes malware/trojan-hores like applications harder

[android-developers] Data flow in Android emulator

2009-09-16 Thread Mani
in the Android emulator ? Thanks Mani --~--~-~--~~~---~--~~ 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 do i switch to new activity from a custom listview ?

2010-09-01 Thread mani
. Dont know how to proceed with this situation ? Can anyone help me out with this.? Thanks in advance...!! Thanks, Mani java file - package com.example.firstandroid; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.net.URI

[android-developers] Re: How do i switch to new activity from a custom listview ?

2010-09-01 Thread mani
the inner class without instantiating the base class But i couldnt map it to my code what is the mistake i am doing. Sorry. Could you please help me sort out this.? Thanks Mani import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.net.URI; import

[android-developers] Re: How do i switch to new activity from a custom listview ?

2010-09-01 Thread mani
I got it working...!! thanks, - mani On Sep 2, 10:53 am, mani smanikanda...@gmail.com wrote: Thanks Mark.!! I tried implementing the activity.this.startActivityForResult() [ //results.this.startActivityForResult(myIntent, 0); ] I get error like No enclosing instance of the type results

[android-developers] gridview in custom dialog not working....crashes

2010-09-05 Thread mani
. Thanks, mani -- 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 options

[android-developers] how to dynamically remove widgets from a layout inside a layout ( nested ).

2010-09-05 Thread mani
help me here.? Thanks, - mani -- 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] Implicit intent - Same action for mutiple component how it works ?

2010-09-07 Thread mani
.. It dint showed a options to choose which components( i expected first app ) activity i need to use ? Am i right in executing in the right context to understand that point no 4 ? Could anyone please elloborate on that point ? thanks, Mani -- You received this message because you are subscribed

[android-developers] Re: Implicit intent - Same action for mutiple component how it works ?

2010-09-07 Thread mani
Thanks Dianne. For explanation. I changed the action name to android.intent.action.GET_RESULT Now it displays me an option to choose which app to execute. Thanks, - mani On Sep 8, 12:23 am, Dianne Hackborn hack...@android.com wrote: - You don't need multiple apps to test this.  Just more than

[android-developers] Implicit intent - call to another activity doesnt work if action name is defined as user defined names.

2010-09-07 Thread mani
. startActivity(i); } }); Could someone point me why it is not working ? It crashes saying activity not found. Note: I run the app A in bckground. Thanks, Mani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: REST web services and JSON Response object support in Android

2010-09-08 Thread mani
); } setListAdapter(new EfficientAdapter(this)); } catch(Exception e) { } } Thanks, Mani On Sep 8, 4:06 pm, Marc Lester Tan mail...@gmail.com wrote: I am using the library fromhttp://www.json.org/java/index.html. Just include

[android-developers] Porting launcher2 to SDK - facing compilations issues with android.renderscript.Allocation

2010-09-08 Thread mani
are private ? Not exposed in android SDK ? What is the best solution to work Lancher2 and debug it to understand more..? Please share some suggestions...!! Thanks, Mani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: Implicit intent - call to another activity doesnt work if action name is defined as user defined names.

2010-09-08 Thread mani
Hi all. can anyone help me on this.? Is it feasible ? - mani On Sep 8, 12:22 pm, mani smanikanda...@gmail.com wrote: Hi all, implicit intent with class name as action defined in intentfilter. is not working. Only it it is defined as android.intent.action. it is picked up ? is it so ? I

[android-developers] Re: Porting launcher2 to SDK - facing compilations issues with android.renderscript.Allocation

2010-09-08 Thread mani
Hi all. Have anyone tried compiling Launcher from source code in eclipse ? - mani On Sep 8, 4:45 pm, mani smanikanda...@gmail.com wrote: Hi all, I wanted to modifyl the default Launcher2 app and tried to work through the code flow by debugging in eclipse with android SDK. When i brough

[android-developers] how to compile a helloworld in AOSP- Entire android source code..!! Couldnt see apk generated.

2010-09-11 Thread mani
it is sure, both helloworld, and change in package name is getting picked up while compiling. I could see intermediate classes getting created. ~/mydroid/out/target/common/obj/APPS/manifirst_intermediates/src/com/ android/mani-- manifirst is like a helloworld which i created and run. ~/mydroid/out

[android-developers] Re: how to compile a helloworld in AOSP- Entire android source code..!! Couldnt see apk generated.

2010-09-12 Thread mani
tough to build a Helloworld along with full source code. THere is no wiki available in http://source.android.com . - mani On Sep 12, 12:17 pm, Binggrae bangg...@gmail.com wrote: I think it' s not good to refer Launcher2's Android.mk see herehttp://source.android.com/porting/build_cookbook.html

[android-developers] Re: how to compile a helloworld in AOSP- Entire android source code..!! Couldnt see apk generated.

2010-09-13 Thread mani
? if the .apk is present in /out/target/product/generic/system/app/ hellomani.apk wont the emulator automatically pick it up ? - mani On Sep 13, 8:45 am, Binggrae bangg...@gmail.com wrote: Sorry it' not helpful.. I'm not sure the following is helpful but recommend try it (Maybe you've tried it already

[android-developers] Re: how to compile a helloworld in AOSP- Entire android source code..!! Couldnt see apk generated.

2010-09-13 Thread mani
This is so informative...for naive beginners in AOSP...!! Thanks a lot.. i will try out all these...!! On Sep 14, 9:18 am, Binggrae bangg...@gmail.com wrote: For your additional information. All packages included in system.img are written on build/target/product/generic.mk I'm not sure..

[android-developers] Re: how to compile a helloworld in AOSP- Entire android source code..!! Couldnt see apk generated.

2010-09-13 Thread mani
I gotta one more question if you could assist me with that. I couldnot find where resource files for ex. import com.android.internal.R; inflater.inflate(R.layout.keyguard_screen_tab_unlock, this, true); If you see the files under

[android-developers] Re: How to compile Android Launcher source code?

2010-09-21 Thread mani
-code-in-eclipse.html Thanks, Mani On Sep 21, 6:21 pm, Paolo brand...@gmail.com wrote: I have just donwload the source code of the Android default Launcher here:http://android.git.kernel.org/?p=platform/packages/apps/Launcher.git;... But when I import the project, i can't compile it because

[android-developers] Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag ?

2010-09-21 Thread mani
Hi all, I tried to create a edittextbox, and button next to it, in the status bar. !! I created it and tried to launch the browser activity, when somebody enters a URL in the textbox click that button. I get runtime exception as below.Can anyone please help what is the issue with this

[android-developers] Re: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag ?

2010-09-21 Thread mani
Yes i tried now.!! It dint work...:( - mani On Sep 21, 7:36 pm, A N K ! T ankit.awasth...@gmail.com wrote: have u try to put this line after defining intent.  browserIntent .setFlag(Intent.FLAG_ACTIVITY_NEW_TASK); On Tue, Sep 21, 2010 at 4:39 PM, mani smanikanda...@gmail.com wrote: Hi

[android-developers] Re: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag ?

2010-09-21 Thread mani
to put this line after defining intent.  browserIntent .setFlag(Intent.FLAG_ACTIVITY_NEW_TASK); On Tue, Sep 21, 2010 at 4:39 PM, mani smanikanda...@gmail.com wrote: Hi all, I tried to create a edittextbox, and button next to it, in the status bar. !! I created it  and tried to launch

[android-developers] Re: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag ?

2010-09-21 Thread mani
I put a similar post in Android-platform.!! Hoping for some support from framework engineers. Thanks, Mani On Sep 22, 1:15 am, Dianne Hackborn hack...@android.com wrote: Please move this to a group for platform development, such as android-porting or android-platform. On Tue, Sep 21

[android-developers] why keyboard not launched from status bar edittext ??

2010-09-22 Thread mani
() ~mydroid/frameworks/base/services/java/com/android/server/status/ StatusBarService.java Thanks, Mani -- 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] Re: why keyboard not launched from status bar edittext ??

2010-09-23 Thread mani
,On key down - pressed); return true; } return false; } }); When a key is pressed it is been passed to quickSearchbox intent. How to override this ? Can someone please help.? Dianne, your insight would be helpful... thanks, - mani

[android-developers] How to position the dilaog in screen ?

2010-09-27 Thread mani
/ /intent-filter /activity /application uses-permission android:name=android.permission.INTERNET/ /manifest - mani -- 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] Re: How to position the dilaog in screen ?

2010-09-27 Thread mani
...!! Hope this might help others...!! Thanks, Mani On Sep 27, 2:56 pm, mani smanikanda...@gmail.com wrote: Hi all, I wanted my activity to be displayed as dialog, so i changed my manifest.xml to have  android:theme=@android:style/Theme.Dialog Then i wanted it be at position (50,50 ) . I

[android-developers] how to send a image from one process to another

2010-10-11 Thread mani
. parcel.writeLong(when); parcel.writeInt(icon); parcel.writeInt(number); Similar to these api's how do i write a Bitmap. I dint find any matching api's How do i do it ? Any body can suggest what would be the best way to send a image from one process to another process ? Thanks - mani

[android-developers] How to differentiate when screen is rotated and when is activity is sent back ( pressing back key)

2010-12-31 Thread mani
. Thanks, Mani -- 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 options

[android-developers] Re: How to differentiate when screen is rotated and when is activity is sent back ( pressing back key)

2010-12-31 Thread mani
Thanks Dianne...!! I will try this solution..!! - mani On Dec 31, 3:32 pm, Dianne Hackborn hack...@android.com wrote: You can use this to transfer active objects across activity instances when a configuration change is happening: http://developer.android.com/reference/android/app

[android-developers] Networking with the Android Emulator.

2009-07-16 Thread Mani
acheive it Q3 - How is the Android Router ( with IP Address 10.0.2.1) used ? Can you Kindly Provide any links , that would provide these information , on how to work with the Android Virtual network Thanks Mani --~--~-~--~~~---~--~~ You received this message

[android-developers] how to write a view object into a parcelable class

2011-03-13 Thread mani
(), writeFloat(float), readFloat(), writeInt(int), readInt(), writeLong(long), readLong(), writeString(String), readString(). So can anybody help me here, how to convert view instance and write into a parcel. THanks, mani -- You received this message because you are subscribed to the Google

[android-developers] Re: how to write a view object into a parcelable class

2011-03-13 Thread mani
logics still remains same!! It may not be the best approach, but still we wanted to try out and see the pros and cons..!! so my question was is there an way to convert view object to bytes and pass them via parcel ? if so can you help me how to do that ? Thanks, Mani On Mar 13, 6:14 pm, Mark

[android-developers] Re: how to write a view object into a parcelable class

2011-03-13 Thread mani
okay.. Thanks for your advise. On Mar 13, 6:33 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Mar 13, 2011 at 9:27 AM, mani smanikanda...@gmail.com wrote: I am trying to pick the Notification view from status bar and put into another application. That makes no sense for an SDK

[android-developers] Unable to run Hello world app in Eclipse

2011-05-19 Thread Mani
Hi, I am using Eclipse 3.6. I have downloaded the android sdk 3.0 and integrated it with eclipse. I have also configured ADT in eclipse. When i run the HelloWorld file using AVD manager. The AVD manager gets started but It is very very slow and the text which i have sysout is not getting

[android-developers] Re: Unable to install the .apk file on Samsung Galaxy SII mobile

2011-11-05 Thread Mani
Hi, Thanks for the reply. Let me clear my issue. I have created an hello world apk file using eclipse and copied the file in the mobile. When i tried to install the file in the samsung galaxy sII mobile i can see the message Application not installed. Regards, Manidhar On Nov 4, 8:19 am,

[android-developers] PDF To Text

2011-07-14 Thread Mani
Hi, I want to know that can i open pdf file as a document file? so that i can edit the pdf files content. After editing the file i want that doc file save in PDF format. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Convert Linux x86 Shared Library (.so) to Android Armeabi

2012-01-23 Thread Mani
Hi everyone, I'm wondering if there is a way to convert a shared library file (.so) built in Linux for X86 computers to Android Armeabi one. I have the .so file but i do not have access to the source code, so I need to come up with the Armeabi library file in order to use it in my Android project

[android-developers] Get Passwords from Webview

2012-07-11 Thread Mani
I want to save a copy of all usernames/passwords and website URLs that user enters on my webview. I want to know how this can be implemented in my application. Any direction will be helpful... Thanks Mani -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Get Passwords from Webview

2012-07-11 Thread Mani
browsers or devices, like LastPass has done. I would appreciate if you can provide some on technical feasibility or direction on how this can be achieved.. Thanks Mani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

Re: [android-developers] Re: Get Passwords from Webview

2012-07-12 Thread Mani
with the no. of password fields in the form. One - Signin 2- ChangePwd 0 - Regular page. Some questions - 1. Is there any straightforward event that is generated when a Submit happens inside the Webview ? Thanks Mani On Friday, July 13, 2012 1:27:25 AM UTC+8, Nobu Games wrote: The way I see that in desktop

Re: [android-developers] Re: Get Passwords from Webview

2012-07-13 Thread Mani
, 2012 9:07:53 PM UTC-5, Mani wrote: 1. Is there any straightforward event that is generated when a Submit happens inside the Webview ? You could add a submit event listener to the login form node via JavaScript: formTag.addEventListener('submit', onSubmitFunction); where formTag is your

Re: [android-developers] Add another Virtual Keyboard do simulate Control keys.

2010-05-07 Thread Mani Android
Hi Rogerio I'm also looking for the same solution. Did u find out? If you found the soultion, please guide me. Thanks Regards Manikandan.D 2010/1/13 Rogério de Souza Moraes rogerio.so...@gmail.com Hi folks, I am working with an hardware that have just five buttons. But I have just one

Re: [android-developers] Re: Send SMS in Android

2010-05-10 Thread Mani Android
Hi Randika I'll try to solve ur issue. Add my id in the chat. Regards Mani On Mon, May 10, 2010 at 2:56 PM, mike hasitharand...@gmail.com wrote: hi Nithin, i also guess the same thing because of that what i did was i create a very simple application. it also sends 2 sms's. this is really

[android-developers] Arisingsoft provides the Norton antivirus all in one security suite.

2011-01-04 Thread mani ma
http://www.arisingsoft.com/2010_11_14_archive.html Uses : The package includes a personal firewall, phishing protection and the ability to detect and remove malware. Norton 360 is compatible with 32-bit editions of Windows XP and 32-bit or 64-bit editions of

Re: [android-developers] read the inbox messages

2010-05-10 Thread Mani Android
Hi Siddiqui U can read the sms from the DB using the following URI To get the inbox sms: content://sms/inbox To get the send sms: content://sms/sent Refer the following java files: 1. Telephony.java : framework/base/core/java/android/provider After query from the DB, How to process the read

Re: [android-developers] Re: sending MMS programming

2010-05-10 Thread Mani Android
Hi if u want to do it using SDK version, U can't do it. But If u have the Android platform code, u can do it by the following steps. My Solution, 1. In MMS application, create a new receiver. 2. Receiver should call the AsyncTask class method to send the mms in the background (Refer:

Re: [android-developers] How can i delete the sms from the inbox

2010-05-10 Thread Mani Android
Hi Manoj Try this Uri uri = ContentUris.withAppendedId(Sms.Inbox.CONTENT_URI, 2); getContentResolver().delete(uri,null); Regards Manikandan.D On Mon, Apr 26, 2010 at 3:45 PM, Manoj linkex.ma...@gmail.com wrote: Hi folk, I am trying to delete sms from the inbox, I am using the following

Re: [android-developers] Re: Delete MMS messages

2010-05-11 Thread Mani Android
Hi Reju Try this Uri msgUri = ContentUris.withAppendedId(Mms.Inbox.Content_Uri,1); SqliteWrapper.delete(this, getContentResolver(), msgUri, null, null); (or) getContentResolver().delete(msguri, null, null); Regards Manikandan.D On Wed, Mar 3, 2010 at 6:19 AM, Reju rej...@gmail.com wrote:

[android-developers] Handling keyevents in the Background (Service)

2010-06-02 Thread Mani Droid
Dear all Is it possible to handle the KeyEvents in the Service? If possible, please guide me. Thanks in Advance Regards Mani -- 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] Build Error - Android 2.2

2010-06-24 Thread Mani Droid
Hi All I downloaded the Android 2.2 source code and try to build it. When I executed the make command, I got an error here like this build/core/java.mk:20: *** frameworks/ex/common: Invalid LOCAL_SDK_VERSION '8' Choices are: current 4 5 6 7. Stop. Then I changed the

[android-developers] Re: Build Error - Android 2.2

2010-06-24 Thread Mani Droid
Hi All I again downloaded the code. Not its compiling. Thanks Regards Manikandan.D On Thu, Jun 24, 2010 at 2:24 PM, Mani Droid manis.dr...@gmail.com wrote: Hi All I downloaded the Android 2.2 source code and try to build it. When I executed the make command, I got an error here like

[android-developers] Re: Build Error - Android 2.2

2010-06-24 Thread Mani Droid
Sorry, it's compiling fine. On Thu, Jun 24, 2010 at 4:09 PM, Mani Droid manis.dr...@gmail.com wrote: Hi All I again downloaded the code. Not* its compiling. Thanks Regards Manikandan.D On Thu, Jun 24, 2010 at 2:24 PM, Mani Droid manis.dr...@gmail.comwrote: Hi All I downloaded

Re: [android-developers] xml parser generator

2011-05-25 Thread mani mozhi
http://droiddraw.org/ -- 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

Re: [android-developers] Re: how to scroll in canvas or view (android)

2011-03-30 Thread MANI KANDAN
who is this? -- 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] God's work must be done in God's way

2011-04-14 Thread MANI KANDAN
http://www.getnidokidos.com http://www.getnidokidos.com http://www.getnidokidos.com __,_._,___ -- Master Mani -- 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] camera and image intents problems

2012-08-05 Thread chandur mani
hi, 1.First you get the permission in manifest.xml for camera permission. 2.you have to use StartActivityForResult(intent,someconstantvalue); 3.You should match the resultcode == RESULT_OK in onActvitiyResult method. you do above things , if any doubt feel free to reach me. With regards, Mani

Re: [android-developers]

2012-08-23 Thread chandur mani
/details?id=com.world.newspapersfeature=search_result#?t=W251bGwsMSwxLDEsImNvbS53b3JsZC5uZXdzcGFwZXJzIl0 . regards, Mani On Thu, Aug 23, 2012 at 2:34 AM, Manash Das manashda...@gmail.com wrote: I am an engineering last year student. I am developing a newspaper application for android. But i dont

Re: [android-developers] Re: hi

2012-08-25 Thread chandur mani
hi sree, try this url, http://www.pocketjourney.com/downloads/pj/video/famous.3gp. mani On Sat, Aug 25, 2012 at 11:42 AM, sree android android.sreeni...@gmail.comwrote: thank you for your replay,shall you provide any video for me...plz -- You received this message because you

[android-developers] Using ExpandableListView and Fragment in same layout.

2011-09-29 Thread Akhilesh Mani
Hi, I want to use ExpandableListView and Fragment class in same XML layout as ExpandableListView on left of screen and Fragment on right. I had done same with ListView And Fragment and its works well but with ExpandableListView its not working. Please suggest me. Regards Mani. -- You received

[android-developers] how to disable setting tools of default camera.

2011-10-07 Thread Akhilesh Mani
Hi, Please tell me how to disable setting tools of default camera. Regards. Mani. -- 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] ExpandableListView And Fragment

2011-10-08 Thread Akhilesh Mani
Hi, Please suggest me how to use ExpandableListView and Fragments in same layout. If possible please give me right link or example. Regards Mani. -- 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] Tabs and Multiple Activities

2011-10-15 Thread Janani Mani
Hi, I'm developing a tab based application. My target device will be Galaxy Tab 10.1. I have problem with loading multiple activities within a single tab. What needs to be done: There are three tabs… a)Has a ListView initially. Onclick of it goes to Detail Page. On clicking back (not the tabs

[android-developers] Google Plus Integration For Sharing Posts.

2012-03-14 Thread Akhilesh Mani
Hi, Is there any API available for sharing message in Google Plus for Android App. I had intregated G+ in my App but I stucked in message share. -- Thanks and regards. Mani. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Concatenating two or more audio files in single audio file.

2011-11-18 Thread Akhilesh Mani
hi is it possible to concatenate audio files in android framework. Or, anybody knows how to pause and resume audio recording in android framework. Thanks regards Mani. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Button creation

2011-11-28 Thread RameshKumar Mani
How can i create multiple buttons using for loop in thread -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: Orientation change problem

2011-07-11 Thread muthu mani
arun do you say that there is know other way then using scroll view On Mon, Jul 11, 2011 at 4:58 PM, arun kumar hariarun2...@gmail.com wrote: hai just click esc button. problem solves. otherwise put that edittext inside scroll view. when user enter values just scrolls the screen the screen

Re: [android-developers] Android: value of one spinner depends on value of other spinner

2012-02-27 Thread Akhilesh Mani
this group at http://groups.google.com/group/android-developers?hl=en -- Thanks and regards. Mani. -- 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] UI

2011-08-05 Thread Akhilesh Mani
hianybody please suggest me how to make such GUI that will show properly on all screens 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

[android-developers] Generating DTMF tone

2011-08-05 Thread Akhilesh Mani
hi.Please guide me how to generate DTMF tone and sending 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@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Position of dialog box

2011-08-09 Thread Akhilesh Mani
hi... am using a dialog box in my application.I want to locate dialog box just above a button on click of that button is located on right bottom corner of screen.Now that button is created in another xml layout. I don't want to hard code X,Y coordinates.Am thinking to use id of that button and

[android-developers] Video Recording Code

2011-08-11 Thread Akhilesh Mani
hiI need source code for video recording , my code had some problem its urgent... 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

[android-developers] Tabhost background image

2011-08-19 Thread Akhilesh Mani
Hello, Am using tabhost in my application .In its tab I had put background images. Now I want to increase size of its background image.But images of all px get wraped inside it.Please guide me. Thank you. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Removing unused resources.

2011-08-31 Thread Akhilesh Mani
without search each filename in the whole project? Best Regards. Mani. -- 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] Pause MediaRecorder

2011-09-05 Thread Akhilesh Mani
Hi, Is there any way to pause MediaRecorder while recording. Or any alternate for doing that. Regards Mani. -- 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] Re: Why the Bitmap will disappear

2012-05-29 Thread mani kandan
Hi Perry, How you rotating the bitmap by using Touchevent or seekbar On May 28, 7:58 pm, Perry168 perry...@gmail.com wrote: Hi, I am using the Camera class to make the bitmap rotate in X-Axis. When the bitmap rotated around 60 degrees, it will disappear. After certain degree, the

Re: [android-developers] Splitting screen area

2012-05-29 Thread mani kandan
Hi Gayathri, By using NinePatch class , you can achieve the your target. with regards, M.G.Manikandan On Mon, May 28, 2012 at 4:33 PM, gayathri r gayu@gmail.com wrote: Hi All, How is it possible to split a screen into say 3 or 4 sections?I want to basically have different colour

Re: [android-developers] Photo not saving to SD card.

2012-05-29 Thread mani kandan
Sorry Mark , I cant understand , what you try to explain. On Tue, May 29, 2012 at 3:46 PM, Mark Murphy mmur...@commonsware.comwrote: On Tue, May 29, 2012 at 4:57 AM, Mark markmch...@gmail.com wrote: I am using Android 4.03 on a Samsung Galaxy Nexus. The logs are showing that the file has

[android-developers] How to root android phone

2012-05-29 Thread mani kandan
Hi All, How to root android phone by programmatically , Kindly guide me. with regards, M.G.Manikandan -- 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] Android App

2012-05-30 Thread mani kandan
out above app Thank in advances Mani -- 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] Viber Button Bar

2012-05-30 Thread mani kandan
hi , You asking about like pop-up button... On Wed, May 30, 2012 at 12:37 PM, Moeen Zamani moeen.zam...@googlemail.comwrote: Hey how a button bar like in viber ( contacts tab ) can be implemented? Thanks -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Photo not saving to SD card.

2012-05-30 Thread mani kandan
Ur Welcome Mr.Mark.. On Wed, May 30, 2012 at 12:17 AM, Mark markmch...@gmail.com wrote: Thanks, the MediaScannerConnection is the solution On Tuesday, 29 May 2012 11:16:46 UTC+1, Mark Murphy (a Commons Guy) wrote: On Tue, May 29, 2012 at 4:57 AM, Markwrote: I am using Android 4.03 on a

Re: [android-developers] Viber Button Bar

2012-05-30 Thread mani kandan
For that you have to implement the Action Bar to your app. On Wed, May 30, 2012 at 3:37 PM, Moeen Zamani moeen.zam...@googlemail.comwrote: i mean the application Viber it has a button bar on top of the contacts tab On Wednesday, May 30, 2012 1:22:34 PM UTC+4:30, TreKing wrote: On Wed, May

Re: [android-developers] Techincal solution to develop an App in Android

2012-05-31 Thread mani kandan
After selection of theater u must pass position of the list view through intent... On Wed, May 30, 2012 at 5:08 PM, Ramya Vegesna ramyavegesna...@gmail.comwrote: Hi, In 1st screen i used RadioButtons and 2nd screen is in listview . regards, Ramya On Wed, May 30, 2012 at 3:44 PM, mani

Re: [android-developers] actiities cascaded

2012-05-31 Thread mani kandan
u have to pass intent using 1st activity in on backpress method. . On 31 May 2012 23:51, Jags jag...@gmail.com wrote: i ve 4 activities 1-2-3-4 after 4 submit i need 1 to be shown, but dont wanna come 4-3-2-1 need to come back to 1 straightaway. whats d best way ? -- You received this message

Re: [android-developers] actiities cascaded

2012-05-31 Thread mani kandan
U have to use simple intent in submit button on forth activity On Thu, May 31, 2012 at 11:54 PM, mani kandan mgmanikanda...@gmail.comwrote: u have to pass intent using 1st activity in on backpress method. . On 31 May 2012 23:51, Jags jag...@gmail.com wrote: i ve 4 activities 1-2-3-4

[android-developers] How to use API's in our app?

2012-06-10 Thread chandur mani
Dear All, how to integrate API's to android app? Kindly any one gudie me.. regards, Mani. -- 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] Re: How to retrieve Intents used by installed apps on the phone

2012-06-10 Thread chandur mani
,AndroidGridLayoutActivity.class); Bundle bundle = new Bundle(); bundle.putParcelable(photo, resizedBitmap); nextactivity.putExtras(bundle); startActivity(nextactivity); } break; } } } enjoy [?] with regards, Mani.. On Wed, Jun 6, 2012 at 11:14 AM, Kristopher Micinski

[android-developers] Reg: Replacing the inbuilt application by our own application.

2012-06-10 Thread chandur mani
Hi All, Is there any possibility for replacing inbuilt application by our own application? Eg: In android phone has own contact application , Now i am trying to replace the native application to my own application which i developed . Kindly guide me , how to approach it. regards, Mani

[android-developers] Waiting for Debugger

2012-06-21 Thread chandur mani
missing here? Any hints/suggestions? Thanks mani -- 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] ViewFlipper

2012-06-26 Thread chandur mani
to 5th content and same to previous when user click back it will show up tp 1st content. Kindly any one help me. Thanks in advances. By Mani -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] ViewFlipper

2012-07-08 Thread chandur mani
at 12:05 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Wed, Jun 27, 2012 at 12:36 AM, chandur mani chandur.ind...@gmail.comwrote: I have 5 content views in view flipper, here i use to see all 5 content through viewflipperinstance.showNext

Re: [android-developers] ViewFlipper

2012-07-09 Thread chandur mani
R.id.LinearLayout05: if (v == next) { vf.showNext(); } else if (v == previous) { vf.showPrevious(); } break; On Sun, Jul 8, 2012 at 9:09 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: On Sun, Jul 8, 2012 at 3:31 PM, chandur mani chandur.ind...@gmail.comwrote: Thanks to all

[android-developers] Image Crashing or folding by using multi-touch event

2013-01-30 Thread chandur mani
Hi All, I am working one project, which is having multi touch event with images editing. My task is crashing or folding image using multi touch event. I go through the google , i got only stretching , drag and drop images. how to do this stuff. Please help me. Sorry for my english.

Re: [android-developers] spinner

2013-03-08 Thread chandur mani
Hi sadhna, It is very easy , You have to add the value in array adapter only. Thanks Mani On Fri, Mar 8, 2013 at 2:31 PM, Sadhna Upadhyay sadhna.braah...@gmail.comwrote: Hi friends, i need a help,can some oe tell me that how to dynamically add a value in spinner in android

Re: [android-developers] Re: how to overlay an image over the camera preview?

2013-03-08 Thread chandur mani
You have to use your own camera, not device camera. For this you have to use surfaceview class to build your own camera Thanks Mani On Fri, Mar 8, 2013 at 5:48 PM, AndroidDev androidteste...@gmail.comwrote: On Saturday, January 31, 2009 5:18:39 AM UTC+5:30, srajpal wrote: Does someone

[android-developers] How to merge Android project to maven project

2013-03-13 Thread chandur mani
Dear All, Kindly help me out above the same. Thanks Mani -- -- 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] SDK Manager details

2016-02-15 Thread Mani Gopal
Hi, I am new to mobile development i have installed the android studio but confused to install which SDK to be installed and whether for eg. If i install Android 6.0's should i install everything under it ? Please clarify and please share the link how to develop a app for the website which

  1   2   >