[android-beginners] Re: launch a webpage, then read results

2009-10-27 Thread Marton Kodok
Authorizing a Facebook app, then read the returned session id. I want to pass that session id to a PHP script and that will read the content for me (on server and not on the phone). In the end I will query my PHP page for data. RichardC wrote: > What is the result of the user viewing a web page?

[android-beginners] Re: launch a webpage, then read results

2009-10-29 Thread Marton Kodok
Authorizing a Facebook app, then read the returned session id. I want to pass that session id to a PHP script and that will read the content for me (on server and not on the phone). In the end I will query my PHP page for data. Any help how can I launch a web page then read the results? Richard

[android-beginners] how to type in a webview

2009-10-30 Thread Marton Kodok
Hello, I have a really small problem. I use the 1.6 and 2.0 emulator, failed on both. I have a webview that launches a login page, I am required to type in there authentication information, but I can't do that neither with keyboard neither with the emulator keyboard buttons. I tried double-cl

[android-beginners] how to type in a webview

2009-10-30 Thread Marton Kodok
Hello, I have a really small problem. I use the 1.6 and 2.0 emulator, failed on both. I have a webview that launches a login page, I am required to type in there authentication information, but I can't do that neither with keyboard neither with the emulator keyboard buttons. I tried double-cl

[android-beginners] webview load set progress bar

2009-10-30 Thread Marton Kodok
I have this code to setup a progress bar for my webview. I get an error on runtime on the first marked line. What is wrong? getWindow().requestFeature(Window.FEATURE_PROGRESS); // hangs out on this line final Activity activity = this; webview.setWebChromeClient(new WebChromeClie

[android-beginners] list of best Android Dev forums/discussions

2009-10-31 Thread Marton Kodok
Hello, I am looking to a forum or discussion where there is more activity then here. As I have some questions, and I want to get answers for them very quickly, and I don't want to wait days until I get answers. Do you know any Android Developer forums/discussions? -- Márton -- You received th

[android-beginners] how you structure your Java code inside /src/

2009-11-01 Thread Marton Kodok
I have a constructive question: How you structure your Java code inside /src/ ? -- Marton -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this grou

Re: [android-beginners] Re: how to type in a webview

2009-11-01 Thread Marton Kodok
what login page you are required to go > to? > > On Oct 30, 1:28 am, Marton Kodok wrote: > >> Hello, >> >> I have a really small problem. I use the 1.6 and 2.0 emulator, failed on >> both. >> I have a webview that launches a login page, I am required t

Re: [android-beginners] Re: webview load set progress bar

2009-11-01 Thread Marton Kodok
Thank you! 2009/11/1 donthorp > You need to make sure you're requesting the feature before you set > your content view. > > On Oct 30, 1:01 pm, Marton Kodok wrote: > > I have this code to setup a progress bar for my webview. > > I get an error on runtime on the fir

[android-beginners] 3G connection sometimes missing from emulator

2009-11-01 Thread Marton Kodok
Hello, I am using the Emulator via Eclipse on a Windows 7 OS. Sometimes when the emulator is launched the Internet connection is missing, also the 3G icon is missing. I have to restart the whole emulator to get it show up. Sometimes it shows up after several restarts. Is this a know bug? -- Márt

[android-beginners] description about a class is/can be used for

2009-11-01 Thread Marton Kodok
Where can I read more what a class is or can be used for? For example I want to read the differences between WebChromeClient vs WebViewClient but this link doesn't contain description http://developer.android.com/intl/ja/reference/android/webkit/WebChromeClient.html -- Márton -- You received t

Re: [android-beginners] Re: how to type in a webview

2009-11-03 Thread Marton Kodok
ally want to use a WebViewClient object, not a WebView. This does > support both. > > > On Oct 30, 12:28 am, Marton Kodok wrote: > > Hello, > > > > I have a really small problem. I use the 1.6 and 2.0 emulator, failed on > > both. > > I have a webview tha

[android-beginners] detect if number can receive SMS/MMS

2009-11-06 Thread Marton Kodok
Hello, 1. How can I detect if a number is not landline, so it's a mobile phone? 2. How can I detect if a number can receive SMS? 3. How can I detect if a number can receive MMS? -- Márton -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To

Re: [android-beginners] detect if number can receive SMS/MMS

2009-11-06 Thread Marton Kodok
I am wondering if I try sending an SMS/MMS will I get some feedback if it was delivered successfully? As human how do you know if you can send MMS for someone? Do you know what type of phone the receiver has? 2009/11/6 Sean Hodges > On Fri, Nov 6, 2009 at 9:11 AM, Marton Kodok wr

[android-beginners] how to hide keyboard when done typing

2009-11-07 Thread Marton Kodok
Hello, Whenever a keyboard shows up, how can I hide it after I finished my typing. For example when I run the SkeletonActivity, I can type in some text, but how do I hide the keyboard when I'm done -- Márton -- You received this message because you are subscribed to the Google Groups "Android

[android-beginners] error when starting Android project in Eclipse

2009-11-07 Thread Marton Kodok
Hello, What might be wrong? eclipse.buildId=M20090917-0800 java.version=1.6.0_14 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=hu_HU Framework arguments: -product org.eclipse.epp.package.java.product Command-line arguments: -os win32 -ws win32 -arch x8

Re: [android-beginners] error when starting Android project in Eclipse

2009-11-07 Thread Marton Kodok
ng it) > > thanks > Xav > > On Sat, Nov 7, 2009 at 1:11 AM, Marton Kodok wrote: > > Hello, > > What might be wrong? > > eclipse.buildId=M20090917-0800 > > java.version=1.6.0_14 > > java.vendor=Sun Microsystems Inc. > > BootLoader con

[android-beginners] modular programming (design pattern)

2009-11-08 Thread Marton Kodok
Hello, I am planning to build my app in modular way. I am thinking that whenever a user adds a new component/module that will be recognized by my main app. Can someone point me in the best direction to read more about design patterns for this approach for Android? Are there any examples out there

Re: [android-beginners] Re: modular programming (design pattern)

2009-11-08 Thread Marton Kodok
roid.com/guide/topics/fundamentals.html > http://developer.android.com/guide/appendix/g-app-intents.html > http://code.google.com/p/openintents/ > > -- > RichardC > > > On Nov 8, 10:50 am, Marton Kodok wrote: > > Hello, > > > > I am planning to build my app

[android-beginners] This class was probably produced by a broken compiler.

2009-11-08 Thread Marton Kodok
After I redownloaded eclipse and the newest SDK, I have this problem... Waiting for HOME ('android.process.acore') to be launched... warning: Ignoring InnerClasses attribute for an anonymous inner class that doesn't come with an associated EnclosingMethod attribute. (This class was probably produc

[android-beginners] extending PreferenceScreen with SeekBar

2009-11-08 Thread Marton Kodok
Hello, I am looking for a way to set a "level" with SeekBar on Preferences. I am wondering if I can extend the PreferenceScreen with SeekBar? -- Márton -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to a

[android-beginners] how to pause emulator

2009-11-09 Thread Marton Kodok
When I run the emulator it eats 50% of the CPU continuously. How can I pause it so I can work smoothly? -- Márton -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To un

Re: [android-beginners] Re: modular programming (design pattern)

2009-11-09 Thread Marton Kodok
tap into? > -- > There are only 10 types of people in the world... > Those who know binary and those who don't. > -- > > > On Sun, Nov 8, 2009 at 4:23 AM, Marton

Re: [android-beginners] What is a toast?

2009-11-10 Thread Marton Kodok
Think of Toast like a subtitle in movies. It's a simple text that shows for X seconds. It has no buttons, it's like a bubble that tells you something happened, then vanishes out. If you setup a long period for a toast, that will be visible too long and will degrade the user experience, as in movie

[android-beginners] how to remove completely the SDK and ADB

2009-11-11 Thread Marton Kodok
Hello, I think there is something wrong with my Eclipse and SDK installation. I want to remove any trace of both. Beyond removing the folder components what other files and actions must I do to completely recycle them? -- Márton -- You received this message because you are subscribed to the Go

[android-beginners] Referenced part does not exist yet

2009-11-13 Thread Marton Kodok
Having two weird errors with one of my Android projects. What might be wrong? eclipse.buildId=M20090917-0800 java.version=1.6.0_14 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=hu_HU Framework arguments: -product org.eclipse.epp.package.java.product Comm

[android-beginners] emulator gets lost from Eclipse

2009-11-13 Thread Marton Kodok
Hello, After a while the emulator gets lost from the Eclipse Devices space. What might be wrong? (on win7) -- Márton -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To

Re: [android-beginners] Re: Referenced part does not exist yet

2009-11-14 Thread Marton Kodok
ective affects which views are > presented, could you tell us which perspective you were using when > this happened? > > On Nov 13, 10:01 am, Marton Kodok wrote: > > Having two weird errors with one of my Android projects. > > What might be wrong? > > > > eclips

[android-beginners] detect if there is a connection to internet

2009-11-15 Thread Marton Kodok
Hello, I want to detect if there is a connection to Internet before launching a webview. How can I detect it? -- Márton -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.co

[android-beginners] ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-19 Thread Marton Kodok
[2009-11-19 19:43:54 - facebooktest2]-- [2009-11-19 19:43:54 - facebooktest2]Android Launch! [2009-11-19 19:43:54 - facebooktest2]adb is running normally. [2009-11-19 19:43:54 - facebooktest2]Performing com.test1.Connection activity launch [2009-11-19 19:43:54 - facebook

Re: [android-beginners] ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-19 Thread Marton Kodok
ation > there. > -- > There are only 10 types of people in the world... > Those who know binary and those who don't. > -- > > > On Thu, Nov 19, 2009 at 10:52 AM, Marton Kodok wrote:

Re: [android-beginners] ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-19 Thread Marton Kodok
-- > There are only 10 types of people in the world... > Those who know binary and those who don't. > ------ > > > On Thu, Nov 19, 2009 at 11:00 AM, Marton Kodok

Re: [android-beginners] ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-19 Thread Marton Kodok
se know > what the problem is... > > > -- > There are only 10 types of people in the world... > Those who know binary and those who don't. > ------ > > > On Thu, Nov 19, 2009 at 11:25 AM, Marton Kodok wrote: &

Re: [android-beginners] building GUIs (manually? or with some tool?)

2009-11-21 Thread Marton Kodok
http://www.droiddraw.org/ 2009/11/21 Esmail > Do most people developing applications for Android code the > XML layouts manually or are they using a tool for to help them > with this? The whole XML based interface thing is new to me > (I can see the benefits of separating the interface from the

[android-beginners] android as gps receiver for a windows mobile phone

2009-11-21 Thread Marton Kodok
Hello, Let me present an idea I have, and looking forward to see it working. Assume we have an Android phone but it's ROM is missing the Google Maps Navigation app (such as HTC Magic) but has inbuilt GPS. The user owns a Treo 750 device powered by Windows Mobile, but that doesn't have the GPS. Wh

[android-beginners] exporting gps signals

2009-11-24 Thread Marton Kodok
Hello, I want to export by bluetooth the GPS signals to another phone. How can I accomplish this? -- Márton -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubsc

Re: [android-beginners] Screen Size

2009-11-26 Thread Marton Kodok
• res/layout-port-notouch-qwerty-640x480 • res/layout-port-notouch-qwerty-480x320 • res/layout-port-notouch-12key-640x480 • res/layout-port-notouch-12key-480x320 • res/layout-port-notouch-nokeys-640x480 • res/layout-port-notouch-nokeys-480x320 • res/layout-port-stylus-qwerty-640x480 • res/layout-po

Re: [android-beginners] Re: This class was probably produced by a broken compiler.

2009-11-29 Thread Marton Kodok
I've fixed by rebuilding the project, but the error is still there on the other project. Greetings from Romania CiprianU wrote: > Hi Guys, > > Have you fixed this issue? I'm having the exact same thing, I have > seen on android dev groups other posts with this kind of error but > their solu

[android-beginners] can't launch intent + debug problem, Source not found

2009-11-30 Thread Marton Kodok
I am trying to launch an activity from my main activity I get a debug break: Thread [<3> main] (Suspended (exception RuntimeException)) ActivityThread.performLaunchActivity(ActivityThread$ActivityRecord, Intent) line: 2401 ActivityThread.handleLaunchActivity(ActivityThread$ActivityRecord, Intent)

[android-beginners] any good tutorial for database stuff

2009-11-30 Thread Marton Kodok
I am wondering if there is out there any good tutorial about databases on Android. I am looking for a) how to handle connect in global way (eg: static class) (init-create/update schema) b) how to handle database updates, versioning c) how to prepare queries d) database encryption e) and maybe some

[android-beginners] how to create this layout

2009-11-30 Thread Marton Kodok
How to create this layout? http://img300.imageshack.us/img300/7316/sepm8dr309c7qsuwd6bluxq.png Thank you. [image: http://img300.imageshack.us/img300/7316/sepm8dr309c7qsuwd6bluxq.png] -- Márton -- You received this message because you are subscribed to the Google Groups "Android Beginners" gr

Re: [android-beginners] how to create this layout

2009-11-30 Thread Marton Kodok
s > > Thanks, > Justin > > -- > There are only 10 types of people in the world... > Those who know binary and those who don't. > ------ > > > On Mon, Nov 30, 2009 at 11:42 AM, Marton Kodok wrote: &

Re: [android-beginners] can't launch intent + debug problem, Source not found

2009-11-30 Thread Marton Kodok
Thanks, > Justin > > -- > There are only 10 types of people in the world... > Those who know binary and those who don't. > -- > > &

Re: [android-beginners] how to create this layout

2009-11-30 Thread Marton Kodok
I've managed to create the first group of the layout. But now, how do I create N levels of the same layout? I will read the number of levels from a database (3 in picture). Then I have to display N settings in vertical way. Any help would be appreciated? 2009/11/30 Marton Kodok > So

Re: [android-beginners] Re: can't launch intent + debug problem, Source not found

2009-12-01 Thread Marton Kodok
ews, opinions and statements in this email are those of the > author solely in their individual capacity, and do not necessarily > represent those of T-Mobile USA, Inc. > > > On Nov 30, 11:00 am, Marton Kodok wrote: > > 11-30 20:05:04.604: ERROR/vold(538): Error opening switch

[android-beginners] creating dynamic view, multiple a view X times

2009-12-01 Thread Marton Kodok
I have a base view in XML. http://img513.imageshack.us/img513/7171/contextnotionlevelprefs.jpg How can I repeat the section X times under, to look like here: http://img687.imageshack.us/img687/4674/contextnotionleveldraft.png Then, how can I access the seekbar for all items? Please note that I w

[android-beginners] a 2.0 simple project revert to 1.5

2009-12-05 Thread Marton Kodok
I have project created with SDK 2.0, and I want to deploy on a phone having 1.5 The project doesn't use any SDK specific calls, so it should be straight forward. How can I create/deploy my app for 1.5? -- Márton -- You received this message because you are subscribed to the Google Groups "Andr

Re: [android-beginners] Re: webview load set progress bar

2009-12-07 Thread Marton Kodok
description, String failingUrl) { >Toast.makeText(activity, "Oh no! " + description, > Toast.LENGTH_SHORT).show(); > } > }); > > webview.loadUrl("http://yahoo.com/";); > > >setContentView(webview); > }

Re: [android-beginners] Integrate GMAIL within an Android app....

2009-12-07 Thread Marton Kodok
probably by using a webview 2009/12/7 Maurizio Bellemo > Is there a chance to integrate Gmail inside my own Android application? and > how? > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > To post to this group, send email to andro

Re: [android-beginners] Just starting this, not working

2009-12-08 Thread Marton Kodok
Where in Eclipse I pass the command lines you mentioned? --noaudio -no-boot-anim 2009/12/8 Sean Hodges > On Mon, Dec 7, 2009 at 5:27 PM, Greg Donald wrote: > > I have a new 2.66GHz i7 (8 cores) over-clocked to 3.69GHz, and I have > > 12 GBs of ram, 9 GBs free, no swapping. The emulator take a

Re: [android-beginners] Re: any good tutorial for database stuff

2009-12-10 Thread Marton Kodok
t; > On Nov 30, 1:12 pm, Marton Kodok wrote: > > I am wondering if there is out there any good tutorial about databases on > > Android. > > > > I am looking for > > a) how to handle connect in global way (eg: static class) > > (init-create/update schema) > >

Re: [android-beginners] Just starting this, not working

2009-12-10 Thread Marton Kodok
Where in Eclipse I pass the command lines you mentioned? --noaudio -no-boot-anim 2009/12/9 Greg Donald > On Tue, Dec 8, 2009 at 3:44 AM, Sean Hodges > wrote: > > Sounds to me like you haven't allocated enough RAM to Eclipse, on a > > modest 2.40Ghz Core 2 Duo, with 3GB RAM, my Eclipse starts in