[android-developers] testing

2013-11-29 Thread cgttester gold
-- 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, visit

[android-developers] Flickr Photo upload error

2013-03-14 Thread cgttester gold
public void sendPost() { String title = posttitle.getText().toString(); String body = poststring.getText().toString(); HttpPost hpost = new HttpPost(http://api.tumblr.com/v2/blog/; + blogname.getText().toString() + .tumblr.com/post?api_key= + token); ListNameValuePair

[android-developers] Is it possible to see the display of my android device in a PC?

2012-06-29 Thread Gold
Hi, I want to stream the display output of my Android device to my PC. I Know that we can capture screenshots but I want to stream the live video of my device in my PC. Is it possible? (Viewing the output at the original resolution) Thanks a lot in advance. -- You received this message

[android-developers] How to connect android device with local network

2011-09-21 Thread Gold
Hi all, I am using android 2.2 for application development..! Now I want to communicate with Webservice. The webservice running on My laptop and ip is 192.168.1.15..! But device not communicate.it.. How to communicate with local network..! Thanks in advance, A. Thangadurai -- You received

[android-developers] How should I extract the Package Information from New Installed Package Notification

2011-05-31 Thread varinag gold
Hi, How should I extract the package name and other information from a new installed package notification in my application. Thanks in advance varinag -- 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] 1380 Paid Applications in One Free Torrent then How to SELL it?

2011-05-04 Thread varinag gold
How do you expect to make business if your application already end up in a free torrent like below? http://thepiratebay.org/torrent/6287940/1380_Paid_Android_Apps_and_Games_APK Have they stole these apps from android market or ? regards, Varinag -- You received this message because you are

[android-developers] Re: Icons looks blurred instead of being sharp after resizing

2011-04-20 Thread varinag gold
wrote: The size of app icons is 48x48 dp units.  If you are drawing them at some different size, they will be blurry because you are scaling them from their designed size. On Tue, Apr 19, 2011 at 8:59 PM, varinag gold varinagg...@gmail.com wrote: Hi, I am displaying a grid of icons

[android-developers] Icons looks blurred instead of being sharp after resizing

2011-04-19 Thread varinag gold
Hi, I am displaying a grid of icons of all the applications on my device and I found after I resize them to be all same width and height they appear on screen some what blurred or foggy . Also the Icon Text looks blurred . I have put code snippet below that actually resizing the icons. Please

[android-developers] Re: How does one post a question here?

2011-04-10 Thread varinag gold
On Apr 8, 12:17 pm, TreKing treking...@gmail.com wrote: On Thu, Apr 7, 2011 at 8:07 PM, Greg v.greg...@gmail.com wrote: How do people ask questions here? Exactly as you just did. Did I use too many words? Nope. Was my code too complicated? Uh-uh. What's the secret? Patience.

[android-developers] Re: How does one post a question here?

2011-04-10 Thread varinag gold
Patience. Google Groups ain't the fastest sometimes. I want to say, it is very often google Team will not bother to answer your questions and not 'sometimes'. But few other guys might try to answer within their knowledge. I'll suggest you, try to be clear and concise in asking question and

[android-developers] Search Widget doesn't appear on 2.1 (Eclair) but it appears on 2.2 (froyo)

2011-04-05 Thread varinag gold
Hi, I have following code to add a widget on custom home screen . when I run this code it doesn't show 'Search Widget' on Android 2.1 but same code show 'Search Widget' on Android 2.2 . Can any one let me know why it is like this? and how I can add 'Search Widget' for 2.1 on Eclair as well.

[android-developers] How to keep half open SlidingDrawer all the time.

2011-04-03 Thread varinag gold
Hi, I want to keep SlidingDrawer half open all the time . It means partially a user will be able to see the contents of a drawer and interact with it (Touch etc) for the open portion. If a user want it can still slide it further and open it completely. Thanks regards, varinag -- You received

[android-developers] Android Application Sold to 100,000 Users

2011-03-20 Thread varinag gold
Hi Guys, I'd like to know if any one of you (Individual Developer) have crossed this limit to sell android application to 100,000 users? If so how long it took to cross this limit . I plan to put my application in the market soon for all countries. Kind regards, varinag -- You received this

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-20 Thread varinag gold
How long it took you to reach 1.5 million users? I am looking data for applications with some price tag such as 1.00 USD or 0.99 USD. with a market access all over the world (provided selling/purchasing is permitted in those countries). On Mar 21, 11:26 am, Maps.Huge.Info (Maps API Guru)

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-20 Thread varinag gold
20, 2011 at 10:18 PM, varinag gold varinagg...@gmail.comwrote: I'd like to know if any one of you (Individual Developer) have crossed this limit to sell android application to 100,000 users? If so how long it took to cross this limit . What difference does it make

[android-developers] Re: Android Application Sold to 100,000 Users

2011-03-20 Thread varinag gold
...@gmail.com wrote: On Sun, Mar 20, 2011 at 10:43 PM, varinag gold varinagg...@gmail.comwrote: I am looking data for applications with some price tag such as 1.00 USD or 0.99 USD. with a market access all over the world (provided selling/purchasing is permitted in those countries). You realize

[android-developers] Re: onItemLongClick and onItemClick for a gridview

2011-03-18 Thread varinag gold
it works but with onItemClickListener. Any Idea? Regards, varinag On Mar 17, 12:55 pm, Kostya Vasilyev kmans...@gmail.com wrote: There is a long item click listener in grid view - you do know that, right? 17.03.2011 4:30 пользователь varinag gold varinagg...@gmail.com

[android-developers] Re: onItemLongClick and onItemClick for a gridview

2011-03-18 Thread varinag gold
Hi Fina, I didn't try GestureDetector as I don't want to implement fling function as default scrolling in GridView already good enough. I am not sure if with fling function (onScroll) I can transfer scrolling to default one. Thanks, varinag On Mar 18, 6:15 pm, Fina Perez fina.pere...@gmail.com

[android-developers] Re: onItemLongClick and onItemClick for a gridview

2011-03-16 Thread varinag gold
Any one? On Mar 15, 4:38 pm, varinag gold varinagg...@gmail.com wrote: Hello, For a gridview I am able to set the onItemClick and it works fine but I don't know how should I implement  onItemLongClick so that I can get both type of responses from a gridview items. I googled but could'n

[android-developers] Re: onItemLongClick and onItemClick for a gridview

2011-03-16 Thread varinag gold
, 2011 at 12:41 AM, varinag gold varinagg...@gmail.comwrote: Any one? On Mar 15, 4:38 pm, varinag gold varinagg...@gmail.com wrote: Hello, For a gridview I am able to set the onItemClick and it works fine but I don't know how should I implement  onItemLongClick so that I can get

[android-developers] onItemLongClick and onItemClick for a gridview

2011-03-15 Thread varinag gold
Hello, For a gridview I am able to set the onItemClick and it works fine but I don't know how should I implement onItemLongClick so that I can get both type of responses from a gridview items. I googled but could'n get an understandable code where both have been implemented properly. Please

[android-developers] Question about android.view.WindowManagerImpl

2011-01-27 Thread argon gold
Hi, I want to reuse the drag and drop control code from luncher application. But I found it uses some of private API such as android.view.WindowManagerImpl class. Since I am developing my application in SDK I can not use it. Can any one suggest some work around for it. Thanks in advance.

Re: [android-developers] AbsListView and AbsSpinner design intention versus documentation

2011-01-22 Thread argon gold
Any one from Google team can respond on follow issue? On Sat, Jan 22, 2011 at 11:07 AM, argon gold argongol...@gmail.com wrote: Hi Romain , Sorry for the repeated message as I guess my first message went to just one person. I have following two questions related to AbsSpinner and I expect

Re: [android-developers] AbsListView and AbsSpinner design intention versus documentation

2011-01-21 Thread argon gold
Hi Romain , Sorry for the repeated message as I guess my first message went to just one person. I have following two questions related to AbsSpinner and I expect you can clarify the situation here. 1. In my application I have extended AbsSpinner class and after compiling in eclipse and sdk .

Re: [android-developers] Re: getHitRect() returns hit to a different image item in a Customize List

2011-01-20 Thread argon gold
Hi Hari Edo, You can view the effect I am doing in movie at following youtube link. http://www.youtube.com/watch?v=TMaMpp8eg4s It is on the left side a deck of cards when slide up or a fling action happen they moves upward at different angles and finally at one stage each card gets straighten

Re: [android-developers] Re: getHitRect() returns hit to a different image item in a Customize List

2011-01-20 Thread argon gold
Deck of cards is on the RIGHT side , sorry my mistake. On Thu, Jan 20, 2011 at 11:28 PM, argon gold argongol...@gmail.com wrote: Hi Hari Edo, You can view the effect I am doing in movie at following youtube link. http://www.youtube.com/watch?v=TMaMpp8eg4s It is on the left side a deck

[android-developers] Job Opportunity/ Freelance Android Developer

2010-12-24 Thread argon gold
Hi Guys, If you got two years experience on Android and have completed one or more UI design projects and interested for full time job or freelance project. Send me your CV at argongol...@gmail.com. Regards, argongold -- You received this message because you are subscribed to the Google Groups

[android-developers] Custom View with Children Implemented onGestureListener

2010-12-22 Thread argon gold
Hi, I have a custom View with Children and it has also implemented OnGestureListener. In custom view class I have also overridden onSingleTapUp() function as below. @Override public boolean onSingleTapUp(MotionEvent e) { // TODO Auto-generated method stub return false; }

[android-developers] Re: Custom View with Children Implemented onGestureListener

2010-12-22 Thread argon gold
public class MainActivity extends Activity{ } I want to implement a touch on the child of CustomView from MainActivity class. Thanks in advance for you help argongold On Thu, Dec 23, 2010 at 12:38 AM, argon gold argongol...@gmail.com wrote: Hi, I have a custom View with Children

[android-developers] How to add Google Search Widget in my App Activity or Screen

2010-12-07 Thread argon gold
Hi, How will I add Google Search Widget in my Activity either by XML file or through Java code ( or any other Pre-Built widget). Suppose I have a simple activity which display a Linear Layout with Google Search Widget in it on screen. Thanks in advance for your help Regards, argongold --

Re: [android-developers] How to add Google Search Widget in my App Activity or Screen

2010-12-07 Thread argon gold
...@commonsware.comwrote: There is no Google Search Widget in Android. If you want the Quick Search Box, you do not add it to an activity, but rather integrate with Android's search framework: http://developer.android.com/guide/topics/search/search-dialog.html On Tue, Dec 7, 2010 at 9:16 PM, argon gold

Re: [android-developers] Re: Interface Design Question

2010-10-21 Thread argon gold
suspect it will be simpler to manage it yourself rather than try to force a ListView.to co-operate. William On Oct 21, 1:44 pm, argon gold argongol...@gmail.com wrote: Hi, I have uploaded the interface picture that I'd like to design and check it a link give below http

[android-developers] Re: Interface Design Question

2010-10-20 Thread argon gold
Any one have suggestion on this ? On Tue, Oct 19, 2010 at 9:31 AM, argon gold argongol...@gmail.com wrote: Hello, I'd like to get your suggestion for best option to implement the following interface on android 2.2. 1. Folders (or folder windows displayed as pictures) are assembled

[android-developers] Re: Interface Design Question

2010-10-20 Thread argon gold
this type of interface. Looking forward for your suggestion, argongold On Thu, Oct 21, 2010 at 10:37 AM, argon gold argongol...@gmail.com wrote: Any one have suggestion on this ? On Tue, Oct 19, 2010 at 9:31 AM, argon gold argongol...@gmail.com wrote: Hello, I'd like to get your

[android-developers] Interface Design Question

2010-10-18 Thread argon gold
Hello, I'd like to get your suggestion for best option to implement the following interface on android 2.2. 1. Folders (or folder windows displayed as pictures) are assembled or places as a deck of cards on screen 2. when using a touch (scroll up motion) each folder windows move up (scroll up)

[android-developers] How to show notification while service is running..?

2010-09-30 Thread Gold
(getApplicationContext(), result, 5).show(); if (result.equals(Success)) { timer.cancel(); timer = null; } } } Thanks Warm Regards, Gold -- You received this message because you are subscribed

[android-developers] call web service every 2 mins untill success message receives..?

2010-09-29 Thread Gold
Hi..All, I want to call web service in some frequent interval, when button is clicked..! How can i achieve this..! Thanks in advance, Gold -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Null Pointer exception in Location Manager

2010-09-29 Thread Gold
Hi,, Finally i got the solution..! The mistakes are 1) I am not assign port to telnet 2) Add uses permission for mock location..now i got latitude.. Thanks Warm Regards, Gold On Sep 29, 2:11 am, TreKing treking

[android-developers] Re: call web service every 2 mins untill success message receives..?

2010-09-29 Thread Gold
Hi.. Is there any sample code for achieve this Thanks Warm Regards, Gold On Sep 29, 7:48 pm, Kostya Vasilyev kmans...@gmail.com wrote:   Use AlarmManager to schedule PendingIntent alarms to be fired at regular intervals. Receive them in a BroadcastReceiver (either

[android-developers] Null Pointer exception in Location Manager

2010-09-28 Thread Gold
Regards, gold -- 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: Null Pointer exception in Location Manager

2010-09-28 Thread Gold
wrote: On Tue, Sep 28, 2010 at 3:33 PM, Gold thangadura...@gmail.com wrote: I tried but it will show Null pointer exception. Where? What's the stack trace? - TreKing http://sites.google.com/site

[android-developers] Re: Null Pointer exception in Location Manager

2010-09-28 Thread Gold
) { Toast.makeText(getBaseContext(), Latitude : + latitude.toString(), Toast.LENGTH_SHORT). show(); } }); Here it will show the exception On Sep 29, 1:45 am, TreKing treking...@gmail.com wrote: On Tue, Sep 28, 2010 at 3:41 PM, Gold thangadura...@gmail.com

[android-developers] Re: Null Pointer exception in Location Manager

2010-09-28 Thread Gold
values to redbtn and greenbtn. Then you call methods on these objects - perhaps they are still Null at that point? -- Kostya Vasilyev --http://kmansoft.wordpress.com 29.09.2010 0:34 пользователь Gold thangadura...@gmail.com написал: Hi..All,                    I need to disply  current

[android-developers] Re: Display Latitude On button Click;

2010-09-28 Thread Gold
HI., Thanks, But where can i get GPS location..! Cheers, Rubinah On Sep 29, 2:03 am, TreKing treking...@gmail.com wrote: On Tue, Sep 28, 2010 at 3:58 PM, Rubin jeff.rubi...@gmail.com wrote: How can I display latitude on button click. public void onClick(View v) {  

[android-developers] Application closed unexpectly Toast wont display anything

2010-09-28 Thread Gold
public void onProviderDisabled(String provider) { } @Override public void onProviderEnabled(String provider) { } @Override public void onStatusChanged(String provider, int status, Bundle extras) { } } } Thanks Warm Regards, Gold -- You received this message

[android-developers] Re: Application closed unexpectly Toast wont display anything

2010-09-28 Thread Gold
Hi.. I tried my debugger after that only i post here..! but still i didnt get anything..! thanks, gold On Sep 29, 2:40 am, TreKing treking...@gmail.com wrote: On Tue, Sep 28, 2010 at 4:38 PM, Gold thangadura...@gmail.com wrote: Here I attached my code

[android-developers] retrive values from database?

2010-09-27 Thread Gold
. Thanks in advance, Gold -- 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] Re: javax.net.ssl.SSLException: Not trusted server certificate

2010-09-26 Thread Gold
Hi, yes I create self signed certificate only..now what should i do to run the app...? Thanks in advance, Gold On Sep 27, 12:24 am, DanH danhi...@ieee.org wrote: Not true.  Likely, but not certain. On Sep 26, 1:18 pm, Kostya Vasilyev kmans...@gmail.com wrote

[android-developers] call web service every 50 seconds

2010-09-26 Thread Gold
Hi.. I want to call my asp.net webservice for every 50 seconds (for different methods) .How can I achieve this.. Is any help file is avilable..! Thanks in advance, Gold -- You received this message because you are subscribed to the Google Groups Android

[android-developers] javax.net.ssl.SSLException: Not trusted server certificate

2010-09-25 Thread Gold
); tv.setText(results); } catch (Exception excep) { excep.printStackTrace (); } } } what was the problem.. please help me...! Thanks in advance, Gold -- You received this message because you are subscribed to the Google Groups

[android-developers] How to Access Web service..!

2010-09-14 Thread Gold
HI..! I need to access web method..! How to accesss web service..! Thanks in Advance, Gold -- 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] communication to oracle

2010-09-14 Thread Gold
Hi.. How to implement communication with oracle...! Thanks in advance, Gold -- 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] Login with database..!

2010-09-14 Thread Gold
Hi. All, I need to check to user login credential with database login credential.. how i will achieve this. Eagerly waiting for the reply..! Thanks in advance, Gold -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] How to create setup file..!

2010-09-14 Thread Gold
Hi.All, Once I complete the application . How i will create the setup file and deploy it.! Thanks in advance, Gold -- 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] How to get Latitude and longitude information

2010-09-13 Thread Gold
Hi All, If I click the button I will show current lattitude and longitude value in textbox.. I dont know how to achieve this..! i am using htc hero emulator..! Eagerly waiting for reply.. Thanks in Advance, Gold -- You received this message

[android-developers] Re: How to get Latitude and longitude information

2010-09-13 Thread Gold
as well as send to server Eagerly waiting for reply..! Thanks in Advance, Gold On Sep 13, 9:11 pm, TreKing treking...@gmail.com wrote: On Mon, Sep 13, 2010 at 10:57 AM, Gold thangadura...@gmail.com wrote: I dont know how to achieve this..! Which part? Clicking a button

[android-developers] Re: How to get Latitude and longitude information

2010-09-13 Thread Gold
..! how i will achieve this..! Thanks in advance, Gold On Sep 13, 9:42 pm, TreKing treking...@gmail.com wrote: On Mon, Sep 13, 2010 at 11:39 AM, Gold thangadura...@gmail.com wrote:  In my android application..after login the user has to send current position to server

[android-developers] Re: How to get Latitude and longitude information

2010-09-13 Thread Gold
Hi..Treking, I will tell the simply way..! I need current longitude and lattitude values..! How can i get...! Please..! Thanks in advance, Gold On Sep 13, 10

Re: [android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-12 Thread argon gold
Hi Bryan, There is a screen capture application for android. Please check it. http://www.androlib.com/android.application.net-srcz-android-screenshot-zEtD.aspx Some one comments on this application as Absolutely Great, Works fine, Its the easiest way to take ScreenShots on your android used

[android-developers] Re: Freelance Android Projects

2010-09-03 Thread argon gold
Please send your CV at argongold10 AT gmail DOT com. On Thu, Sep 2, 2010 at 11:07 PM, argon gold argongol...@gmail.com wrote: Hi Developers, If you are expert in 2D/3D , OpenGL on Android Platform and you are from PAKISTAN, BANGLADESH, VIETNAM OR RUSSIA. Please send me you CV

[android-developers] how to create login screen

2010-09-02 Thread Gold
to show home screen..! 1) if i click the back button it wont show login screen 2) while click the login button i need to show process dialog How can I achieve these..I am eagerly waiting..! Thanks in Advance, Gold -- You received this message because you

[android-developers] How to create process dialogue for navigating one screen to another

2010-09-02 Thread Gold
Hi All, I need to create process dialogue (wait cursor) while navigating one screen to another screen.. Thanks in advance, Gold -- 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] Freelance Android Projects

2010-09-02 Thread argon gold
Hi Developers, If you are expert in 2D/3D , OpenGL on Android Platform and you are from PAKISTAN, BANGLADESH, VIETNAM OR RUSSIA. Please send me you CV for Freelance Android based Projects with details of your previously completed Android Projects. *Note:* You must be good in 2D/3D, Advanced

[android-developers] Application not running..!

2010-09-02 Thread Gold
the new Error your project contain error(s) please fix them before running your application How to I fix the error..! Please help me..! Thanks in Advance, Gold -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How to create process dialogue for navigating one screen to another

2010-09-02 Thread Gold
Thanks, My first screen is Login screen..! Login Authentication takes some bit of time.. during that time I need to show progress dialog..! Thanks in Advance, Gold -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Move one screen to another

2010-09-01 Thread Gold
Hi.All, I am Beginner for the Android (Previously I was in Windows mobile application developer ) and I want to Go from One Screen to Another Screen But i dont know How is possible, please give me a code for that. -- You received this message because you are

Re: [android-developers] Re: Excellent UI Design from TAT

2010-08-27 Thread argon gold
for Android 1.0. On Thu, Aug 26, 2010 at 6:25 PM, argon gold argongol...@gmail.comwrote: Sure, their design is innovative and unique. Is it possible based on current UI frame work we can obtain such effects and slick design. What I Konw TAT has design their own frame work beside using

[android-developers] Excellent UI Design from TAT

2010-08-26 Thread argon gold
TAT has designed an excellent UI for android . Please check it here . http://www.youtube.com/watch?v=bOGmnnGpoqg I want to know if you guys have any idea what specific technology (beside OpenGL ES) they are using to design this kind of effects? Does any body know how to achieve Paper Roll Off

Re: [android-developers] Re: Excellent UI Design from TAT

2010-08-26 Thread argon gold
Sure, their design is innovative and unique. Is it possible based on current UI frame work we can obtain such effects and slick design. What I Konw TAT has design their own frame work beside using OpengGL and they are selling only to Vendors. Is any one from Google UI Team can comment on it.

[android-developers] Checking the catagory of an installed application

2010-08-17 Thread argon gold
Hi, Is there any way, I can check the catagory of my installed applications in code . Such as I want to catagorise the installed games under Games heading and similary for other applications in other catagories. Has any one done this? and how? Thanks in advance argongold -- You received this

[android-developers] sample login app with database connectivity

2010-08-12 Thread Gold
Hi All, I am new to Android development.. I am not having enough pdf's..! I want to develop app before that i need know basic functionalities like button, textbox , drop down and menu's. if anybody know plz reply me. Thanks in advance, gold -- You

[android-developers] how many intent in android

2010-04-13 Thread alan Gold
how many intent in android? can i get a list of all intents in android? Can i add new intent to system? -- 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