[android-developers] Ask!

2012-07-15 Thread Kelvin saputra
Is the htc evo 3D much better tha sensation ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr

[android-developers] ask

2012-05-31 Thread animator404
hi! i am beginner. can you help me? what does this line mean "public class MyfistOWNActivity extends Activity"? -- 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 unsu

Re: [android-developers] Ask!

2012-07-15 Thread TreKing
1 - Please use a title that gives even a slight indication of what your post is about. This will help you get help and will help others find the topic in the future if they search for it. On Sat, Jul 14, 2012 at 9:04 PM, Kelvin saputra wrote: > Is the htc evo 3D much better tha sensation ? 2. T

Re: [android-developers] ask

2012-05-31 Thread TreKing
On Thu, May 31, 2012 at 5:20 AM, animator404 wrote: > hi! i am beginner. can you help me? what does this line mean "public class > MyfistOWNActivity extends Activity"? > It means you need to learn Java. I'm sure you can find tons of tutorials on the interwebs. --

[android-developers] [ASK] create shotcut

2013-04-29 Thread M.S Ghozali
HOW to create shortcut icon app in my app not in HOME/DESKTOP?? please help me -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Ask about FLAG_ACTIVITY_REORDER_TO_FRONT

2011-09-05 Thread teddy
Hi all, I have two task: bar:B,Y foo: A,X,C Now C call startActivity to call B with FLAG_ACTIVITY_REORDER_TO_FRONT. After this call these tasks are: Case I: foo: A,X,C bar:Y,B or: Case II: bar:Y foo: A,X,C,B According the document http://developer.android.com/reference/android/content/Intent.html#F

[android-developers] ASK GIS Application

2011-05-08 Thread Ronald Imanuel
i'm developing a simple GIS map with database. but all i get is force close error. can anyone help me correcting the code. the main activity look like this : public class peta extends MapActivity { private SQLiteDatabase db = null; private String longitude = null; private

Re: [android-developers] ASK GIS Application

2011-05-09 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse to examine LogCat and look at the stack trace associated with your "force close error". On Sat, May 7, 2011 at 7:53 AM, Ronald Imanuel wrote: > i'm developing a simple GIS map with database. but all i get is force > close error. can anyone

[android-developers] [ask] android phonegap + jquerymobile performance

2012-06-30 Thread Benedict
Hi all, I have developed an application for android 2.2 and higher. the application is using phonegap, jquery mobile, and jsonp to get data over internet. when i tested the application, it was so slow. memory consumption and cpu usage was very high. is phonegap performance was so slow? why? how

[android-developers] [ASK] Newbie coders in android

2010-12-08 Thread Handita Okviyanto
Hello all. I'm sorry if i make a wrong place to ask. I am a newbie to developer of android. I'm interesting to learn a more practice of my development. I want to make an application that can access to my webservice in PHP. But I don't know how to start it. And I want to make charting data in my ap

[android-developers] [ASK] drawbitmap not draw entire bitmap

2012-08-09 Thread hendra uswandy
Hi, i create customImageView Class that using for gridview in ondraw(Canvas canvas) method drawbitmap not draw entire bitmap ( just 5pixel from top image ) this is my customimageview class public class CustomView extends ImageView { private Bitmap thumbs; private String name; publ

[android-developers] [ASK] about get location using GPS

2012-05-27 Thread Alfa
hi, i want to get my location in longitude and latitude from gps, and i use this code public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.googlemapview); mv = (MapView)findViewById(R.id.mapvie

Re: [android-developers] [ask] android phonegap + jquerymobile performance

2012-07-01 Thread TreKing
On Sat, Jun 30, 2012 at 10:30 PM, Benedict wrote: > when i tested the application, it was so slow. > memory consumption and cpu usage was very high. > > is phonegap performance was so slow? why? how to solve it? > Profile your application with TraceView. -

Re: [android-developers] [ask] android phonegap + jquerymobile performance

2012-07-03 Thread Benedict
Thanks for your reply. I have tried TraceView but there's no information about memory consumption or cpu usage. what must i do to view memory consumption or cpu usage? On Monday, July 2, 2012 6:34:07 AM UTC+7, TreKing wrote: > > On Sat, Jun 30, 2012 at 10:30 PM, Benedict wrote: > >> when i tes

Re: [android-developers] [ask] android phonegap + jquerymobile performance

2012-07-03 Thread TreKing
On Tue, Jul 3, 2012 at 8:06 PM, Benedict wrote: > I have tried TraceView but there's no information about memory consumption > or cpu usage. > what must i do to view memory consumption or cpu usage? > IDK about CPU usage, but this could help with memory: http://developer.android.com/tools/debugg

[android-developers] [ASK] Charting and SVG in android

2011-02-09 Thread Handita Okviyanto
Hello. I need your help. I want to make an application in android that has a charting features and a map. I have a plan to use SVG in my application in the future. But I'm just a newbie in android. Anyone can help me finding a charting library or how to use SVG in android?? I want to make a repres

[android-developers] ask about Android with stock trading

2011-03-28 Thread quoc_thai
I've been wrote stock trading with the android on mobile. So what happen with Intent Receiver ? With new version is it Broadcast Receiver ? And I can use the SQL Lite to store some data on mobile phone but have any frameworks to support to communicate with application server same J2EE ? -- You re

Re: [android-developers] [ASK] about get location using GPS

2012-05-29 Thread Michael Leung
Have you enable your GPS first? 2012-5-28 上午7:36 於 "Alfa" <672008...@student.uksw.edu> 寫道: > hi, i want to get my location in longitude and latitude from gps, and > i use this code > > public void onCreate(Bundle savedInstanceState) { >super.onCreate(savedInstanceState); >

Re: [android-developers] [ASK] about get location using GPS

2012-05-29 Thread Michael Leung
That looks fine for me Regards, Michael http://www.itblogs.info 2012-5-29 下午5:49 於 "Michael Leung" 寫道: > Have you enable your GPS first? > 2012-5-28 上午7:36 於 "Alfa" <672008...@student.uksw.edu> 寫道: > >> hi, i want to get my location in longitude and latitude from gps, and >> i use this code >>

Re: [android-developers] [ASK] Charting and SVG in android

2011-02-09 Thread Mark Murphy
On Wed, Feb 9, 2011 at 8:17 AM, Handita Okviyanto wrote: > Hello. I need your help. I want to make an application in android that > has a charting features and a map. I have a plan to use SVG in my > application in the future. But I'm just a newbie in android. Anyone > can help me finding a charti

Re: [android-developers] ask about Android with stock trading

2011-03-28 Thread TreKing
On Thu, Mar 24, 2011 at 10:28 PM, quoc_thai wrote: > I've been wrote stock trading with the android on mobile. So what happen > with Intent Receiver ? With new version is it Broadcast Receiver ? And I can > use the SQL Lite to store some data on mobile phone but have any frameworks > to support to

[android-developers] [ask] responsiveness getting data from web service

2011-04-04 Thread Handita Okviyanto
Hey guys I wanna ask something about getting data through the web. About consuming data from webservice. I just newbie in android. I want to connect my application to json data on the web. I successfully made it and running it. But the problem is about responsiveness. I using thread to get data fr

[android-developers] [ask] responsiveness getting data from web service

2011-04-04 Thread Handita Okviyanto
Hey guys I wanna ask something about getting data through the web. About consuming data from webservice. I just newbie in android. I want to connect my application to json data on the web. I successfully made it and running it. But the problem is about responsiveness. I using thread to get data fr

[android-developers] Ask for Help with regular expressions in Android

2009-12-23 Thread lau ka man
Hi, all. I am a beginner on developing Android's application. I have some problems about using regular expressions in Android. In my application, I had write some code for get back the source code of a html page which I had turn it in String datatype. And now I want to use regular expressions to r

[android-developers] [ask] Android Application like Buddy Guard on blackberry

2011-03-07 Thread Michael Frans
Hi there.. are everyone know the application name like "buddy guard" (on blackberry) in android device?? i wanna make that kind of application on my android for my college final project.. is it possible to make that application on android device?? please give me a suggestion.. thank you very much..

Re: [android-developers] [ask] responsiveness getting data from web service

2011-04-04 Thread Kostya Vasilyev
Based on this: >> But the problem is about responsiveness. I using thread to get data from the server. But when I test using my device it takes so long and then android automatically show a dialog that my application is not responding and providing user to close it. It maybe takes more than 5 seco

[android-developers] [ASK] Need help to Combine Tabmenu and Dynamic Combobox

2012-01-09 Thread Squallionz
Hi guys, does anyone know how to combine tabmenu and dynamic combobox? i've already know how to make both of 'em but when i try to combine it, i always get a lot of error...>.< What i want to try to make was like this : For example i make 3 tab menu, and for the first tab i want to fill it with 3

[android-developers] ask for help: write contact into SIM (phonebook app)

2009-01-14 Thread huangjuanm...@gmail.com
hi, I wrote a case to test phonebook app, but I encountered a problem for SIM card handling. I don't know if the emulated SIM card (I run it on emulator) does not allow me to control it, or the function I used is not correct ? ***code*** ContentValues val

[android-developers] [ASK] Android Studio slowly building symbols everytime opening project

2016-11-09 Thread frick
Hello, I'm using Android Studio 2.2 and I have this Android Studio project which has cpp files, imported using CMake (https://developer.android.com/studio/projects/add-native-code.html). However everytime I open this project, it always has this progress bar, "building symbols". It took about 10

[android-developers] [ask] android httpclient login into web and request data

2011-05-06 Thread Chung
hello android developers, can you help me how to create script to request data from website using httpclient with form login access. the login form using httppost to store the cookies about information session login, and than request data using httpget with cookies information session login. tha

[android-developers] [ask] android httpclient login into web and request data

2011-05-06 Thread Agung Nugroho
> > hello android developers, > > can you help me how to create script to request data from website > using httpclient with form login access. > > the login form using httppost to store the cookies about information > session login, and than request data using httpget with cookies > information ses

Re: [android-developers] [ask] Android Application like Buddy Guard on blackberry

2011-03-07 Thread Justin Anderson
Well... it would be nice if you explained what "buddy guard" does... On Sat, Mar 5, 2011 at 2:42 AM, Michael Frans wrote: > Hi there.. > are everyone know the application name like "buddy guard" (on > blackberry) in android device?? > i wanna make that kind of application on my android for my co

[android-developers] [Ask] Android-based Laptop + need to run Win XP apps

2010-07-23 Thread Umar
Executive Summary: * Unable to cross the chasm between Windows 7 to Windows XP, driven by a business need. (see thread below for details) {what is means for me? Answer: Think Android :-)} * Exploring whether the following innovation exists: * Laptop running Android OS. * An

Re: [android-developers] [ask] android httpclient login into web and request data

2011-05-06 Thread Miguel Morales
This is really easy and has nothing to do with android. There are probably a billion examples of this on the web. On Fri, May 6, 2011 at 2:54 AM, Agung Nugroho wrote: > hello android developers, >> >> can you help me how to create script to request data from website >> using httpclient with for

Re: [android-developers] [ask] android httpclient login into web and request data

2011-05-08 Thread Agung Nugroho
please give me url for this example? i have searched in google and i have not found it -- Agung Nugroho, S.Kom. = IKHWAN IBNU HASYIM Y! nug82bta http://chung.web.id http://tsabita.com On Sat, May 7, 2011 at 2:58 AM, Miguel Morales wrote: > This is really easy and has nothin

[android-developers] [ASK] HOW TO SEND LONGITUDE & LATITUDE TO ANOTHER ANDROID PHONE VIA INTERNET..

2011-09-06 Thread dede pradana
i'm newbie.. give me your explanation master.. thx before,, :) -- 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-de

[android-developers] (ask) can we use our own shotest path algoritm in google map?

2012-05-27 Thread Alfa
hi all, i'm Alfa, i'm new here. pleasure to meet u all. a want to ask about google map api in android. can we use our own shortest path algorithm in google map, because i want to use A* algoritm in my project. ~Alfa -- You received this message because you are subscribed to the Google Groups "A

Re: [android-developers] [ASK] HOW TO SEND LONGITUDE & LATITUDE TO ANOTHER ANDROID PHONE VIA INTERNET..

2011-09-06 Thread Kristopher Micinski
A simple overview? Well first, you'll need to physically get the location, using something like LocationManager. After that, you'll want to actually *send* it using some sort of internet backend. There are a variety of ways you can do this, but it all requires a bit of planning, one solution mig

Re: [android-developers] [ASK] HOW TO SEND LONGITUDE & LATITUDE TO ANOTHER ANDROID PHONE VIA INTERNET..

2011-09-06 Thread Logesh rajendren
you can use telnet client in windows through command prompt . connect to the android console using the command "o localhost 554" if you are running in localhost . then use the command " geo fix (latitude) (longitude) " to send the location information hope you are benefitted :) On Tue, Sep 6, 2011

Re: [android-developers] (ask) can we use our own shotest path algoritm in google map?

2012-05-27 Thread TreKing
On Fri, May 25, 2012 at 6:05 AM, Alfa <672008...@student.uksw.edu> wrote: > can we use our own shortest path algorithm > in google map, because i want to use A* algoritm in my project. > As opposed to what? There's no path finding functionality in the maps library. --

[android-developers] Ask the urgent problem of the project: call number for do not know why not?

2011-02-15 Thread jianguo liao
Dear friends! Locate in the project that we passed android interface opening access to Haoma way the city is not in our customers success, do not achieve the occasional caller ID, test out the Results Based on customer reaction said: six times as access to one, thencustomers and were test