[android-developers] How does Manifest recognize the particular activity as a main or first activity in android?

2014-02-18 Thread Meena Rengarajan
Hi all, I am having muliple activities named as first, second, third and fourth activity. I have to launch third activity (ie Instruction activity) than first activity (ie. Login activity). Here, how does manifest recognize the activity as a main activity and all the multiple activities may

[android-developers] Why I couldnt be able to download the video files completely in sd card, android ?

2013-06-12 Thread Meena Rengarajan
Hi all, I could be able to download the video from URL and storing it in sd card. After Downloading process is completed , I couldnt be able to view the video files completely from sd card. Whats the problem here? Why Video files are not downloading completely and it is stucking up

[android-developers] How to send Text and Documents using webservices from client to server in android ?

2013-06-12 Thread Meena Rengarajan
Hi all, I have uploaded Images from client to server using SOAP library via Webservices, android . It has been done successfully. What about these text files and documents and how can I send it by using webservices, android ? I could be able to view an Image in server side also. Now

[android-developers] Why does Highlighting functionalities is not working in 4.0.4 Tablet?

2013-04-19 Thread Meena Rengarajan
I have selected the Text within a Webview. Once I typed the Word on Edittext Box then If i Clicked Search Button it will search the specific word within a Webview. After Searching the word, It will Highlight the specific selected text within a webview by using some color. It works fine in

[android-developers] How to do both Swiping and Zoom In and Out (using setBuilt In Zoom controls) in a Webview Android 2.2?

2013-04-05 Thread Meena Rengarajan
This is my Code i have done both SWIPING and ZOOM IN and ZOOM OUT functions. But both doesnt worked in my app inside webview. My problem is, If i do comment this line, then Swiping works fine ! webSettings.setBuiltInZoomControls(true); If i don't comment this above line, then Zoom In and Out

[android-developers] why cannot we play local videos from SD card using Iframe inside webview?

2013-03-20 Thread Meena Rengarajan
I have googled a lot. I read about Stagewebview Bridge and Adobe Air... In some articles they have said , 1) can enable Browser plugins 2) Can play via Flash player (So have to Install it) Now, i am getting a Question. Cant we play local videos from SD card inside webview using Iframe tag on

Re: [android-developers] Re: How can i play the video from SD card in webview using Iframe, android?

2013-03-19 Thread Meena Rengarajan
not just use a *VideoView* where this can be done without much hassle? Thanks. On Monday, March 18, 2013 5:39:46 AM UTC-5, Meena Rengarajan wrote: I am using webview to play youtube videos . This is working fine. But i wanted to try this. How can i play the videos from SD card in Webview

Re: [android-developers] Re: How can i play the video from SD card in webview using Iframe, android?

2013-03-19 Thread Meena Rengarajan
I have to confirm this first - Is it possible to play videos from SD card in webview using Iframe in android ? Kindly please suggest me !!! On Tue, Mar 19, 2013 at 12:55 AM, Meena Rengarajan meenasoft...@gmail.comwrote: HTML5 video support is there in WebView. Whereas in Videoview, it displays

[android-developers] How can i play the video from SD card in webview using Iframe, android?

2013-03-18 Thread Meena Rengarajan
I am using webview to play youtube videos . This is working fine. But i wanted to try this. How can i play the videos from SD card in Webview using Iframe in android. I have googled alot about this. Anyone can suggest me about this? Any suggestions / ideas would be highly appreciated.

Re: [android-developers] Re: How to do sketch by programmatically in Android?

2013-02-20 Thread Meena Rengarajan
on paper: http://www.jwjonline.net/pencil2/painting/Fist/ I have never seen a computer able to accurately replicate pencil shading. If you need such stuff, you should probably get a pencil, some paper, and a scanner. On Tuesday, February 19, 2013 11:55:47 PM UTC-6, Meena Rengarajan wrote

[android-developers] How to do sketch by programmatically in Android?

2013-02-19 Thread Meena Rengarajan
Hi, Anyone worked on Sketcher- Lite app in Android. I have tried alot and googled so. I dont find any sources or links regarding Sketching in android Refer Video : http://www.youtube.com/watch?v=NG988owhORY Please Help :- I have worked on Paint in my app. It works fine normally. What i

Re: [android-developers] Re: How to draw or write a text like MS-Paint in android using onTouch Event?

2013-02-14 Thread Meena Rengarajan
does mx1, mx2 and my1, my2 does here? And why they have initialized here ? On Tue, Feb 12, 2013 at 9:45 AM, skink psk...@gmail.com wrote: Meena Rengarajan wrote: no, i have not done anything in MotionEvent.ACTION_MOVE. But i wrote code only in ACTION_DOWN and ACTION_UP so why did you say

Re: [android-developers] Re: How to draw or write a text like MS-Paint in android using onTouch Event?

2013-02-14 Thread Meena Rengarajan
when iam moving my finger on the screen. Once i released my finger what i drew it appears fine ! On Thu, Feb 14, 2013 at 2:11 AM, skink psk...@gmail.com wrote: Meena Rengarajan wrote: http://www.agressar.in/?p=145# I have done based on this link only in MotionEvent.ACTION_MOVE. But i am

Re: [android-developers] Re: How to draw or write a text like MS-Paint in android using onTouch Event?

2013-02-14 Thread Meena Rengarajan
please anyone help me. I am trying from last week. Not yet i found a solution. Have tried many possible ways. On Thu, Feb 14, 2013 at 2:26 AM, Meena Rengarajan meenasoft...@gmail.comwrote: ACTION_MOVE in my app - I could be able to draw but not visible when im drawing and while moving my

Re: [android-developers] Re: How to draw or write a text like MS-Paint in android using onTouch Event?

2013-02-12 Thread Meena Rengarajan
need to call invalidate(). On Tuesday, February 12, 2013 12:34:28 AM UTC-6, Meena Rengarajan wrote: How to draw or write a text like MS-Paint in android using onTouch Event? I have tried alot, googled and as many possibilities coded on. No use. please anyone help/suggest about this issue

[android-developers] How to draw or write a text like MS-Paint in android using onTouch Event?

2013-02-11 Thread Meena Rengarajan
How to draw or write a text like MS-Paint in android using onTouch Event? I have tried alot, googled and as many possibilities coded on. No use. please anyone help/suggest about this issue ! Can refer this Video - http://www.youtube.com/watch?v=v65AUWyfjo0 I have created a panel with

[android-developers] How to write on EditText without using Keyboard support by programmatically like we scribbled in onTouch screen in android?

2012-10-28 Thread Meena Rengarajan
Could anyone help / suggest me please ? -- 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] How to do if User focussed on Edittext, menus should be displayed?

2012-10-27 Thread Meena Rengarajan
My needs : If i click or focussed on EditText, it should call Menus . In Menus, i wanna create two options. That is, normal writing and keyboard writing. If user selects keyboard writing, it looks like Android Keyboard. Should be able to type it from keyboard. And next one, normal writing.

[android-developers] How to apply FontSize dynamically and programmatically without using XML in Android?

2012-10-03 Thread Meena Rengarajan
This is my Code : I have created Spinner with a list of FontSize options. If i click FontSize 26 then it should be able to change in that specific FontSize. I mean below that i have EditBox. So if i clicked Fontsize as 40 and in a Italic style than usual Bold. So i should be able to type inside

Re: [android-developers] What candy is the latest version of Android named after?

2012-09-22 Thread Meena Rengarajan
AM, Meena Rengarajan meenasoft...@gmail.com wrote: Can anyone tell me this , Sorry it might be a simple Question but i wanted to know the answer with its features. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] What candy is the latest version of Android named after?

2012-09-21 Thread Meena Rengarajan
Can anyone tell me this , Sorry it might be a simple Question but i wanted to know the answer with its features. -- 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] Problem in Emulator !

2012-09-16 Thread Meena Rengarajan
[2012-09-16 17:45:51 - QuizeActivity] New emulator found: emulator-5554 [2012-09-16 17:45:51 - QuizeActivity] Waiting for HOME ('android.process.acore') to be launched... [2012-09-16 17:47:02 - QuizeActivity] HOME is up on device 'emulator-5554' [2012-09-16 17:47:02 - QuizeActivity] Uploading

Re: [android-developers] Problem in Emulator !

2012-09-16 Thread Meena Rengarajan
, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sun, Sep 16, 2012 at 5:59 PM, Sobia Awan juwerian.so...@gmail.comwrote: Its depend on your processor ...In this situation you have to close your emulator and start it again ... On Sun, Sep 16, 2012 at 5:18 PM, Meena

Re: [android-developers] Problem in Emulator !

2012-09-16 Thread Meena Rengarajan
Now, process is waiting for the Debugger to Attach, it is showing me . Sense, debugger runs on emulator but i guess slow performance ! On Sun, Sep 16, 2012 at 6:04 PM, Meena Rengarajan meenasoft...@gmail.comwrote: Yeah as you said, i have done. Now it is running . But i wanna debug step

Re: [android-developers] Problem in Emulator !

2012-09-16 Thread Meena Rengarajan
Sure :-) Let me try ! On Sun, Sep 16, 2012 at 6:13 PM, Kumar Bibek coomar@gmail.com wrote: Looks like... Try restarting eclipse. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sun, Sep 16, 2012 at 6:11 PM, Meena Rengarajan meenasoft

Re: [android-developers] Problem in Emulator !

2012-09-16 Thread Meena Rengarajan
:21 PM, Meena Rengarajan meenasoft...@gmail.comwrote: Sure :-) Let me try ! On Sun, Sep 16, 2012 at 6:13 PM, Kumar Bibek coomar@gmail.com wrote: Looks like... Try restarting eclipse. *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Sun

Re: [android-developers] Re: How to create Hexagon in android ?

2012-09-03 Thread Meena Rengarajan
At: Dancing Fingers batym...@gmail.com Canvas , yeah i too seen tat . Is it working for you ? Are you sure ? On Mon, Sep 3, 2012 at 6:21 PM, Dancing Fingers batym...@gmail.com wrote: Been there, done that, pretty sure you can't do it in TextView unless you use Path over an image Button. I

Re: [android-developers] Re: How to create Hexagon in android ?

2012-09-03 Thread Meena Rengarajan
Do u have any sample codes or links atleast example . I have tried a lot ! But no use. I didnt get any changes in my app. On Mon, Sep 3, 2012 at 8:43 PM, skink psk...@gmail.com wrote: Dancing Fingers wrote: Been there, done that, pretty sure you can't do it in TextView unless you use Path

Re: [android-developers] Re: How to create Hexagon in android ?

2012-09-03 Thread Meena Rengarajan
I tried that. But no changes have seen in my app . Anywys again let me try ! On Mon, Sep 3, 2012 at 9:00 PM, skink psk...@gmail.com wrote: Meena Rengarajan wrote: Do u have any sample codes or links atleast example . I have tried a lot ! But no use. I didnt get any changes in my app

[android-developers] How to create Hexagon in android ?

2012-09-02 Thread Meena Rengarajan
Hi all, I wanna create Hexagon in android . I have no idea how to create buttons in hexagonal shape . Please can anyone suggest me . I have tried a lot in google. No sources i have found. Could anyone suggest me a link for coding or any codes ? -- You received this message

Re: [android-developers] How to create Hexagon in android ?

2012-09-02 Thread Meena Rengarajan
. Any suggestions / helps would be greatly appreciated, thank you On Monday, September 3, 2012 11:09:45 AM UTC+5:30, Anirudh Loya wrote: What is your exact requirement ? On Mon, Sep 3, 2012 at 10:58 AM, Meena Rengarajan meenas...@gmail.comjavascript: wrote: Hi all, I wanna

[android-developers] How to change the shape of Textview (Hexagonal Shape) in android?

2012-08-31 Thread Meena Rengarajan
?xml version=1.0 encoding=utf-8? shape xmlns:android=http://schemas.android.com/apk/res/android; android:shape=Rectangle gradient android:startColor=#F778A1 android:endColor=#D4A017 android:angle=180/ corners android:radius=60dp/ padding android:left=9dp

[android-developers] How to get IP addresses of other Wifi enabled devices by using other hardware /Mac address?

2012-08-22 Thread Meena Rengarajan
This is my code. I used it in Android 2.3. From my code, i got Hardware/Mac address of other wifi enabled devices. Now what i have to do is , i have to find an Ip addresses of other Wifi enabled devices programmically by using this Mac address. How should i get an Ip address from these Mac

[android-developers] How to find Ip address of a device via wifi?

2012-08-21 Thread Meena Rengarajan
I wanna get IP address. Using that Ip address must detect overall devices which is connected to a specific network/device.And should be able to get MAC address ? Please can anyone help me here ? This is my code : tv=(TextView)findViewById(R.id.tv);

[android-developers] Wifi Enabled Device properties

2012-08-17 Thread Meena Rengarajan
I have noticed that specific WiFi Enabled devices properties can get only on having versions 4.0 or later even above 2.3 .Also I have seen the code to access WiFi Direct API. But I have doubt that on some blogs people have written that some 2.2 version android devices also support this. So same

[android-developers] Data transfer between two Wifi Devices

2012-08-16 Thread Meena Rengarajan
How can i use SSID in a List in Android(ie) in my code ListScanResult results; ? By using SSID Should get specific wifi enabled device properties by programmatically. With that help, should transfer the datas between two Wifi enabled devices in android. Can anyone help me in this ? -- You

[android-developers] Wifi Device properties !

2012-08-16 Thread Meena Rengarajan
How to get Specific WiFi enabled device properties in android by programmatically plz can anyone help me here? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] Re: List of Available Wifi Devices

2012-08-11 Thread Meena Rengarajan
to wait 10 seconds or so after startScan or wait till you get the event that the scan has completed. IOW, you are calling wifi.getScanResults() before it has time to find anything. On Friday, August 10, 2012 3:53:39 AM UTC-5, Meena Rengarajan wrote: Here , i wanna display list of Available

Re: [android-developers] Re: Alert Dialog Box

2012-08-11 Thread Meena Rengarajan
dialog, int id) { dialog.cancel(); finish(); } }); AlertDialog alertDialog = builder.create(); alertDialog.show(); On Friday, August 10, 2012 12:48:11 AM UTC-5, Meena Rengarajan wrote: How to Enable Wifi automatically in Android 2.2 in an alert box ? If i click Yes

[android-developers] List of Available Wifi Devices

2012-08-10 Thread Meena Rengarajan
Here , i wanna display list of Available Wifi devices .. This is my code please anyone help me , i do not understand what mistake is here ? Please anybody help me here , i wanna display list of Available Wifi devices, i am very new to this Technology .. wifi = (WifiManager)

[android-developers] Listview in Wifi

2012-08-10 Thread Meena Rengarajan
Here, this is my code, How do i wanna put all the strings which is scanned and how do i wanna use Array adapter then how do i wanna get all the values from list ? Can anyone help me here please ? wifi.startScan(); int length = 10; String[] str1 =new String[length];

[android-developers] WiFi

2012-08-09 Thread Meena Rengarajan
How do i wanna send datas to devices using WiFi ? can anyone help me please.. Can anyone send videos or sample 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

[android-developers] Wifi

2012-08-09 Thread Meena Rengarajan
How datas are transferred to devices using WiFI like if i click button, then it should detect Wifi device automatically and datas like google or any datas must be transferred .. can anyone suggest me ? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Server/client using Wifi

2012-08-09 Thread Meena Rengarajan
How to send datas from one device to another in Wifi ? I mean, one device to another device communicating each other so i am using Socket programming . Can anyone help me in a code please ? -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Wifi State

2012-08-09 Thread Meena Rengarajan
When i click button, Wifi should be in ON state by programmatically , if it is not connected (ON state) then Alert Dialog box must appear by saying , Are you wanted to enable Wifi/ Disable like OK or Cancel. If i click Ok then Wifi should be connected (ON ) state , if i click cancel then

[android-developers] Alert Dialog Box

2012-08-09 Thread Meena Rengarajan
How to Enable Wifi automatically in Android 2.2 in an alert box ? If i click Yes button then it should be enable and if i click no then application must be closed. Can anyone tell me this how should i do ? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Alert Dialog Box -Wifi

2012-08-09 Thread Meena Rengarajan
This is my Code, Alert box appears here like Yes /No. But what i need is, When i click Yes button , it automatically should enable WiFi by progeammatically and if i click No then aopplication must be closed. What should i do here . Please can anyone help me? public void

[android-developers] WiFi device

2012-08-08 Thread Meena Rengarajan
Do I need Router's IP address including those username and password to use Wireless connection methods like Wifi protected setup to detect Wifi devices ? Can anyone help me here ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Wifi Devices

2012-08-08 Thread Meena Rengarajan
How to send Datas to Wifi devices from application ? In my code, i could able to check Wifi status programmatically . Please can anyone 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

Re: [android-developers] Re: Wifi Devices

2012-08-08 Thread Meena Rengarajan
=android.permission.ACCESS_WIFI_STATE/ WifiManager wifiManager = (WifiManager) getSystemService(Context. WIFI_SERVICE); On Wednesday, August 8, 2012 7:16:38 AM UTC-5, Meena Rengarajan wrote: How to send Datas to Wifi devices from application ? In my code, i could able to check Wifi status programmatically . Please can

[android-developers] Sending datas

2012-08-08 Thread Meena Rengarajan
How to send datas to Wifi devices through application ? Any sample codes ? I am new to this technology . Can anyone help me please .. -- 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] Re: WiFi

2012-08-07 Thread Meena Rengarajan
In my Emulator how to connect Wifi in a settings to check avaliable network connections? Can anyone tell me ? On Tue, Aug 7, 2012 at 10:16 AM, Meena Rengarajan meenasoft...@gmail.comwrote: My question is, How Android mobile detects Wifi network programmatically and if Wifi has a printer

Re: [android-developers] Re: WiFi

2012-08-07 Thread Meena Rengarajan
please ? On Tue, Aug 7, 2012 at 12:11 PM, Meena Rengarajan meenasoft...@gmail.comwrote: In my Emulator how to connect Wifi in a settings to check avaliable network connections? Can anyone tell me ? On Tue, Aug 7, 2012 at 10:16 AM, Meena Rengarajan meenasoft...@gmail.comwrote: My question

Re: [android-developers] Re: WiFi

2012-08-07 Thread Meena Rengarajan
mock WifiManager in your app, but ultimately, you will need a real device. 07.08.2012 11:03 пользователь Meena Rengarajan meenasoft...@gmail.com написал: I would like to check from my app whether the device has WiFi connectivity, but in order to do that, I must first find a way to get WiFi

[android-developers] BroadCast Receiver()

2012-08-07 Thread Meena Rengarajan
Why Asynchronous Operations cannot be performed in OnReceive() method during BroadCast Receiver? Is there any specific reason ? -- 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] WiFi

2012-08-06 Thread Meena Rengarajan
Is there any way to make the application prefer android mobile over WiFi connection? -- 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,

[android-developers] WiFi

2012-08-06 Thread Meena Rengarajan
Is there any way to make the application prefers Android mobile over WiFi connection? -- 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] Re: WiFi

2012-08-06 Thread Meena Rengarajan
: Perhaps you could turn off the Wifi? On Monday, August 6, 2012 6:47:28 AM UTC-5, Meena Rengarajan wrote: Is there any way to make the application prefers Android mobile over WiFi connection? -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: To display Listview using JSON in Android !

2012-08-05 Thread Meena Rengarajan
,android.R.id.text1,str1); lv.setAdapter(adapter); } catch (JSONException e) { On Sun, Aug 5, 2012 at 12:55 AM, Meena Rengarajan meenasoft...@gmail.comwrote: Yeah , exactly what you have said is right . Now works on well ! I havent parsed JSON. I am new to this topic. Anywys

[android-developers] Re: To display Listview using JSON in Android !

2012-08-04 Thread Meena Rengarajan
How do i wanna split a string into two parts here by omitting first character ? On Saturday, August 4, 2012 10:36:18 AM UTC+5:30, Meena Rengarajan wrote: This is my code. Listview using Json in Android . But my lists is not displaying when i click a button.. Only displaying first activity

Re: [android-developers] Re: To display Listview using JSON in Android !

2012-08-04 Thread Meena Rengarajan
4, 2012 at 12:47 PM, Meena Rengarajan meenasoft...@gmail.comwrote: How do i wanna split a string into two parts here by omitting first character ? On Saturday, August 4, 2012 10:36:18 AM UTC+5:30, Meena Rengarajan wrote: This is my code. Listview using Json in Android . But my lists

Re: [android-developers] Re: To display Listview using JSON in Android !

2012-08-04 Thread Meena Rengarajan
. ArrayAdapterString adapter = new ArrayAdapterString(this,android.R.layout.simple_list_item_1, android.R.id.text1,str1); lv.setAdapter(adapter); this code is correct. Structure of the JSON is? 2012/8/4 Meena Rengarajan meenasoft...@gmail.com: How should i use Array adapter here to get listview values

[android-developers] To display Listview using JSON in Android !

2012-08-03 Thread Meena Rengarajan
This is my code. Listview using Json in Android . But my lists is not displaying when i click a button.. Only displaying first activity alone. Whats wrong here ? can anyone help me .. try { JSONObject json1=new JSONObject(resultJSON); JSONArray jsonArray=json1.getJSONArray();

Re: [android-developers] To display Listview using JSON in Android !

2012-08-03 Thread Meena Rengarajan
. 1. Argment is empty. JSONArray jsonArray=json1.getJSONArray(); 2. Did you write this? ListView#setAdapter(adapter) Best Regards 2012/8/4 Meena Rengarajan meenasoft...@gmail.com: This is my code. Listview using Json in Android . But my lists is not displaying when i click a button

[android-developers] Re: To display Listview using JSON in Android !

2012-08-03 Thread Meena Rengarajan
).show(); } ArrayAdapterString adapter = new ArrayAdapterString(this,android.R.layout.simple_list_item_1, android.R.id.text1,str1); lv.setAdapter(adapter); On Saturday, August 4, 2012 10:36:18 AM UTC+5:30, Meena Rengarajan wrote: This is my code. Listview using Json in Android . But my lists

Re: [android-developers] Re: To display Listview using JSON in Android !

2012-08-03 Thread Meena Rengarajan
(jsonarray:+jsonArray); String[] str1 = new String[length]; for (int i = 0; i str1.length; i++) { str1[i]=jsonArray.getJSONObject(i).getJSONObject(FORM).getJSONArray(FPROP).getJSONObject(0).getString(FNAME); } On Sat, Aug 4, 2012 at 11:22 AM, Meena Rengarajan meenasoft...@gmail.comwrote: I

[android-developers] Action Bar and Navigation Bar in Android 2.2

2012-08-01 Thread Meena Rengarajan
How to get Started with Action Bar and Navigation Bar in Android 2.2 ? Can anyone tell 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

[android-developers] Re: Action Bar and Navigation Bar in Android 2.2

2012-08-01 Thread Meena Rengarajan
I am not sure , is it possible to create action and navigation bar in Android 2.2 ? can anyone help me On Wednesday, August 1, 2012 11:53:13 AM UTC+5:30, Meena Rengarajan wrote: How to get Started with Action Bar and Navigation Bar in Android 2.2 ? Can anyone tell me .. -- You received

Re: [android-developers] Re: Action Bar and Navigation Bar in Android 2.2

2012-08-01 Thread Meena Rengarajan
Yes, Action Bar added in 3.0 and 4.0 versions . So i guess cannot be done in Android 2.2 version On Wednesday, August 1, 2012 12:06:03 PM UTC+5:30, RKJ (Android developer) wrote: ActionBar added in Android 3.0 (API level 11). On Wed, Aug 1, 2012 at 12:02 PM, Meena Rengarajan meenasoft

[android-developers] Re: Action Bar and Navigation Bar in Android 2.2

2012-08-01 Thread Meena Rengarajan
Not clearly given in Sherlock youtube based on Android 2.2 . Any other youtubes are there . Can anyone tell me .. On Wednesday, August 1, 2012 11:53:13 AM UTC+5:30, Meena Rengarajan wrote: How to get Started with Action Bar and Navigation Bar in Android 2.2 ? Can anyone tell me .. -- You

[android-developers] Re: Action Bar and Navigation Bar in Android 2.2

2012-08-01 Thread Meena Rengarajan
Thankyou for helping me !!! On Wednesday, August 1, 2012 11:53:13 AM UTC+5:30, Meena Rengarajan wrote: How to get Started with Action Bar and Navigation Bar in Android 2.2 ? Can anyone tell me .. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Action Bar and Navigation Bar in Android 2.2

2012-08-01 Thread Meena Rengarajan
Meena Rengarajan meenasoft...@gmail.com написал: Not clearly given in Sherlock youtube based on Android 2.2 . Any other youtubes are there . Can anyone tell me .. On Wednesday, August 1, 2012 11:53:13 AM UTC+5:30, Meena Rengarajan wrote: How to get Started with Action Bar and Navigation Bar

Re: [android-developers] Re: Audio Capture

2012-08-01 Thread Meena Rengarajan
the back button is pressed by adding this to your Activity class. @Override public void onBackPressed() { System.exit(0); } Some people consider this bad, so I'm only recommending it as a diagnostic aid. On Tuesday, July 31, 2012 7:30:56 AM UTC-5, Meena Rengarajan wrote: Once USB

[android-developers] Audio Capture

2012-07-31 Thread Meena Rengarajan
I have created a file name music_1.amr.. When i recording audio it will capture and stored in music_1.amr . So i can do play, stop or save.. Now i wanna do is, whenever i create a new audio recording that previous recorded audio should be deleted automatically and this new audio capture must

Re: [android-developers] Audio Capture

2012-07-31 Thread Meena Rengarajan
This is my code. I am beginner in Android .Can anyone tell me ? What mistake i have done here String OUTPUT_FILE=Environment.getExternalStorageDirectory()+/music_1.amr; private void beginRecording() throws Exception { bMediaRecorder(); //try{ File outFile=new

[android-developers] Re: Audio Capture

2012-07-31 Thread Meena Rengarajan
here ? On Tuesday, July 31, 2012 12:01:49 PM UTC+5:30, Meena Rengarajan wrote: I have created a file name music_1.amr.. When i recording audio it will capture and stored in music_1.amr . So i can do play, stop or save.. Now i wanna do is, whenever i create a new audio recording that previous

[android-developers] Audio Capture in Android

2012-07-26 Thread Meena Rengarajan
Hi all , This is my code, I am very new to Android . Please can anyone help me .. I wanna record, play, save and stop in Audio Capture, when i click button all these actions should be taken . My code is here , in Emulator output is displaying but in my mobile , it doesnt able to

Re: [android-developers] Please visit the below link and give ur ideas for my android technica doubts

2012-07-25 Thread Meena Rengarajan
Hi all , For me one doubt . I have created 4 buttons lik record, save, stop and play in ANDROID. So do i wanna create method for all these buttons ? onClick method ? Can anyone tell dis ? Public void onClick(View v){ // } On Wed, Jul 25, 2012 at 12:42 PM, Siva Kumar

Re: [android-developers] Re: Galaxy S3 - Cant write to external storage

2012-07-25 Thread Meena Rengarajan
Hi all , For me one doubt . I have created 4 buttons lik record, save, stop and play in ANDROID. So do i wanna create method for all these buttons ? onClick method ? Can anyone tell dis ? Public void onClick(View v){ // } On Wed, Jul 25, 2012 at 11:09 AM, bharadwaj

Re: [android-developers] Please visit the below link and give ur ideas for my android technica doubts

2012-07-25 Thread Meena Rengarajan
I am new to the Android . What are all the things should i do in Audio Capture in ANDROID ? please can you temme ? On Wed, Jul 25, 2012 at 1:45 PM, bharadwaj bharath.sm...@gmail.com wrote: On Wed, Jul 25, 2012 at 1:32 PM, Meena Rengarajan meenasoft...@gmail.comwrote: Hi all

Re: [android-developers] Re: AsyncTask - wait until the task has finished

2012-07-25 Thread Meena Rengarajan
Can anyone tell me please ?To set path in Android what shoud i do ? On Wed, Jul 25, 2012 at 3:03 PM, mutkan mutk...@gmail.com wrote: So what is the other solution? I have same problem as you. On Monday, August 17, 2009 6:52:13 PM UTC+3, Tom wrote: Ok I understand well that is a bad idea.

Re: [android-developers] Re: Please visit the below link and give ur ideas for my android technica doubts

2012-07-25 Thread Meena Rengarajan
To set path in Android (Audio Capture) what shoud i do ? On Wed, Jul 25, 2012 at 2:48 PM, Siva Kumar j.sivakumar...@gmail.comwrote: Dear All, Please visit the below link and give ur ideas for my android technical doubts http://stackoverflow.com/q/11506160 -- *Thanks Regards,

Re: [android-developers] Re: Where to start learning Android Development

2012-07-25 Thread Meena Rengarajan
To set path in Android (Audio Capture) what shoud i do ? On Wed, Jul 25, 2012 at 2:56 PM, SIVAKUMAR.J j.sivakumar...@gmail.comwrote: Better u refer the The Busy coders guide books by commonsware publications On Friday, July 20, 2012 7:36:58 PM UTC+5:30, brksotn wrote: Hi, There are

Re: [android-developers] Please visit the below link and give ur ideas for my android technica doubts

2012-07-25 Thread Meena Rengarajan
To set path in Android (Audio Capture) what shoud i do ? On Wed, Jul 25, 2012 at 12:42 PM, Siva Kumar j.sivakumar...@gmail.comwrote: Dear All, Please visit the below link and give ur ideas for my android technica doubts. http://stackoverflow.com/q/11644419/385138 -- *Thanks

Re: [android-developers] Problem getting id of a resource when using a Library project

2012-07-25 Thread Meena Rengarajan
even when it has nothing to see. On Jul 24, 2012 2:09 PM, Meena Rengarajan meenasoft...@gmail.com wrote: How do i wanna capture an Audio in Android please help me .. I am beginner can anyone help me ? Programmatically i shoud do some operations like Play, Stop, Record and Save .. On Tue, Jul

Re: [android-developers] Re: adb devices is showing the device as offline.what is reason? How can i switch the device from online - offline viceversa?

2012-07-25 Thread Meena Rengarajan
Please , I am beginner to ANDROID . Can anyone send me Android Ebooks ... ? On Wed, Jul 25, 2012 at 5:17 PM, Sreedhar Reddy V srib4uf...@gmail.comwrote: Thanks for the answer, actually i am trying to run commands from python script, more over if the issue is with adbd, then even though i

[android-developers] Animation

2012-07-25 Thread Meena Rengarajan
How do i wanna do pop up in animation can anyone suggest me ? please .. -- 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] Animation

2012-07-25 Thread Meena Rengarajan
My task is like pop up and alert button using animation in Android . I am very new to Android . I do not how to do .. please can anyone help me atleast suggest me a idea, i can do it ! On Wed, Jul 25, 2012 at 10:01 PM, TreKing treking...@gmail.com wrote: On Wed, Jul 25, 2012 at 11:28 AM, Meena

[android-developers] Re: Animation

2012-07-25 Thread Meena Rengarajan
My task is like pop up and alert button using animation in Android . I am very new to Android . I do not how to do .. please can anyone help me atleast suggest me a idea, i can do it ! On Wednesday, 25 July 2012 21:58:52 UTC+5:30, Meena Rengarajan wrote: How do i wanna do pop up in animation

Re: [android-developers] Re: Animation

2012-07-25 Thread Meena Rengarajan
through some of the samples. http://developer.android.com/guide/components/index.html Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Jul 25, 2012 at 10:40 AM, Meena Rengarajan meenasoft...@gmail.com wrote: My task is like pop up

Re: [android-developers] Re: URGENT : HELP NEEDED ! Loading Bitmap Image into Custom ListView using AsyncTask

2012-07-24 Thread Meena Rengarajan
Urgent please !!! Can anyone tell me how should i do Audio capture in ANDROID ? What are the basics i should know it ? My operations must be lik Recording , Playing , Stopping and Saving ! On Tue, Jul 24, 2012 at 4:20 PM, Jim Graham spooky1...@gmail.com wrote: On Mon, Jul 23, 2012 at 07:56:24PM

Re: [android-developers] Re: URGENT : HELP NEEDED ! Loading Bitmap Image into Custom ListView using AsyncTask

2012-07-24 Thread Meena Rengarajan
Yeah , i used do you have any basic codes for audio recorder and audioplayer ? On Tue, Jul 24, 2012 at 4:42 PM, bharadwaj bharath.sm...@gmail.com wrote: use Media player class or media recorder class to record the audio. -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: URGENT : HELP NEEDED ! Loading Bitmap Image into Custom ListView using AsyncTask

2012-07-24 Thread Meena Rengarajan
Yeah , kindly please send me ... Thanks Regards, Meena On Tue, Jul 24, 2012 at 5:13 PM, bharadwaj bharath.sm...@gmail.com wrote: On Tue, Jul 24, 2012 at 5:07 PM, Meena Rengarajan meenasoft...@gmail.comwrote: Yeah , i used do you have any basic codes for audio recorder and audioplayer

Re: [android-developers] Re: URGENT : HELP NEEDED ! Loading Bitmap Image into Custom ListView using AsyncTask

2012-07-24 Thread Meena Rengarajan
Do you have pdf for beginners for image, audio , video capture in Android ? If you have kindly send me ... On Tue, Jul 24, 2012 at 5:15 PM, Meena Rengarajan meenasoft...@gmail.comwrote: Yeah , kindly please send me ... Thanks Regards, Meena On Tue, Jul 24, 2012 at 5:13 PM, bharadwaj

Re: [android-developers] States of matters

2012-07-24 Thread Meena Rengarajan
Hi all , How do i wanna capture an Audio by doing recording , playing, saving and stopping . Please can anyone tell me ? On Tue, Jul 24, 2012 at 5:02 PM, Justin Anderson magouyaw...@gmail.comwrote: Yep, that pretty much sums it up... :-) On Jul 24, 2012 12:02 AM, TreKing

Re: [android-developers] Re: URGENT : HELP NEEDED ! Loading Bitmap Image into Custom ListView using AsyncTask

2012-07-24 Thread Meena Rengarajan
Yeah , thankyou so much Bharadwaj ! On Tue, Jul 24, 2012 at 5:23 PM, bharadwaj bharath.sm...@gmail.com wrote: On Tue, Jul 24, 2012 at 5:16 PM, Meena Rengarajan meenasoft...@gmail.comwrote: Do you have pdf for beginners for image, audio , video capture in Android ? If you have kindly send

Re: [android-developers] Problem getting id of a resource when using a Library project

2012-07-24 Thread Meena Rengarajan
How do i wanna capture an Audio in Android please help me .. I am beginner can anyone help me ? On Tue, Jul 24, 2012 at 5:26 PM, Francisco M. Marzoa Alonso fmmar...@gmail.com wrote: Hi Mark, I did not read your answer, that was the point, but using directly the main project package name

Re: [android-developers] Problem getting id of a resource when using a Library project

2012-07-24 Thread Meena Rengarajan
How do i wanna capture an Audio in Android please help me .. I am beginner can anyone help me ? Programmatically i shoud do some operations like Play, Stop, Record and Save .. On Tue, Jul 24, 2012 at 5:36 PM, Meena Rengarajan meenasoft...@gmail.comwrote: How do i wanna capture an Audio

Re: [android-developers] About one of my app idea | Please share your thoughts.

2012-07-24 Thread Meena Rengarajan
Hi all, How should i set the audio path in Android ? And how shoudl i get the audio datas . Do i wanna use to convert that? Can anyone tell me please ? On Wed, Jul 25, 2012 at 11:00 AM, Subin Sebastian subinsebast...@gmail.comwrote: Hi Devs, I'm here for some valuable suggestions

Re: [android-developers] Are my Apps now in the USA Google Play? I have my doubts.

2012-07-24 Thread Meena Rengarajan
Anyone having Android Animation ebooks ? please help me and kindly send me . How do i wanna do Animation in Android. Any ideas please .. Then how can i do Tween Animation ? On Wed, Jul 25, 2012 at 6:41 AM, Justin Anderson magouyaw...@gmail.comwrote: They aren't my apps... To the OP, I will

  1   2   >