Re: [android-developers] Re: Where to start for developing an Android Game?

2013-06-06 Thread Károly Holczhauser
5, 2013 at 6:01 AM, Károly Holczhauser holcz...@gmail.comjavascript: wrote: Hi Guys ! I have three years android development experience , but no in game developemnt. I would like to start it, and create a game like Benji Bananas. Is it possible with AndEngine ? Am I right, when I

[android-developers] Re: Where to start for developing an Android Game?

2013-06-05 Thread Károly Holczhauser
Hi Guys ! I have three years android development experience , but no in game developemnt. I would like to start it, and create a game like Benji Bananas. Is it possible with AndEngine ? Am I right, when I say no openGl needed for this ? Thx, Cheers, On Tuesday, 11 September 2012 14:03:25

[android-developers] Android API 16 deisgn in API 8

2012-09-26 Thread Károly Holczhauser
Hi ! Is there any quick possiblilty to extract Android 4.x platform design from the SDK folder and include into a project ? I would like to have Android 4.x design in android 2.x too for some specified element (spinner, listview, listitems), but as I trying to copy the xmls I always get into

[android-developers] ViewPage with Android Support Library vs ViewPage Indicator

2012-09-24 Thread Károly Holczhauser
Hello ! I had created an Android 4.1 project with a ViewPager and with some fragments. I had set the minSdk to API level 8 and the targer to 16, When I had tried to install it on Android 2.2 device the hole app crashed (Loader couldn't find MainActivity exception ). I had tried to reach the

Re: [android-developers] Re: Numberpicker vs Android 2.x

2012-09-22 Thread Károly Holczhauser
thanks man ! On 21 September 2012 18:46, UgglyNoodle jus...@ugglynoodle.com wrote: SimonVT has created a backport of the NumberPicker to Android 2.1: https://github.com/SimonVT/android-numberpicker I haven't used it myself, but I hope it works for you! -- You received this message

Re: [android-developers] Re: Numberpicker vs Android 2.x

2012-09-21 Thread Károly Holczhauser
午4时15分54秒,Károly Holczhauser写道: Hello Developers ! Would I ask you help and assist in the following question please: How can I use an Numberpicker (from API 11) an Android 2.2 (API 8) ? As I know it and as I already tried the Android Support Library isn't helped me out. Shall I do my own

[android-developers] Numberpicker vs Android 2.x

2012-09-18 Thread Károly Holczhauser
is to give an Android 4.0 like Numberpicker widget from 2.2 up to 4.x . I understand about the design, I can move the necessary files from android-layout and android-drawable from the SDK folder, but what about the current Numberpicker implementation ? Thank you so much, Károly Holczhauser -- You

[android-developers] convert dll to so and include into android project

2012-07-31 Thread Károly Holczhauser
Hello developers ! I have a huge problem, and I don`t get over it, so please if you are able give me some help.: we have a microcontroller library in c# which has been converted out into a DLL file. It is okay, and nice. I have to write an Android remote controller applicaiton for the

[android-developers] Re: convert dll to so and include into android project

2012-07-31 Thread Károly Holczhauser
. On Tuesday, July 31, 2012 10:39:18 AM UTC-5, Károly Holczhauser wrote: Hello developers ! I have a huge problem, and I don`t get over it, so please if you are able give me some help.: we have a microcontroller library in c# which has been converted out into a DLL file. It is okay, and nice. I

[android-developers] Re: urgent - how to include existing c++ code into Android

2012-07-20 Thread Károly Holczhauser
Hello there ! Yes, all of you had right ! I had created an extend C code in a cpp file with a JNI , after I was able to reach my original C++ lib. Thx , cheers On Wednesday, 18 July 2012 09:56:35 UTC+2, Juned Khan wrote: NDK is the only solution to run .cpp files or .c files -- You

[android-developers] android NFC - detect the send has been done

2012-07-16 Thread Károly Holczhauser
Hi there ! I'm writing an application where I have to send a content from A device to B. After the content has been successfully transferred I have to delete it from the 'A' device. I had already done some Google search work, but I didn't find any solution. Can you help me please, how can I

[android-developers] urgent - how to include existing c++ code into Android

2012-07-16 Thread Károly Holczhauser
Hello there ! I have four c++ file (four header and four cpp) with already implemented functionalaty, how can I import them into my Java Android code ? Import in this case mean be able to call the c++ functions. I had alredy tried the JNI way, but as I saw it is to generate own c++ headers and

[android-developers] Re: urgent - how to include existing c++ code into Android

2012-07-16 Thread Károly Holczhauser
On Monday, July 16, 2012 10:40:21 PM UTC+1, Károly Holczhauser wrote: Hello there ! I have four c++ file (four header and four cpp) with already implemented functionalaty, how can I import them into my Java Android code ? Import in this case mean be able to call the c++ functions. I had alredy

[android-developers] Re: Database access.

2012-05-23 Thread Károly Holczhauser
Hello there! I had done the same, but a little different way. I found an xml library which was able to send messages to an server( IP and Port). I had created another project (normal java) and I had implemented there a server which was able to recive the android clinet requests and communicate

[android-developers] Re: same app one tablet and phone with differnt gui

2011-09-18 Thread Károly Holczhauser
I have to load different layouts for activities depending on the device type, not only menus :( Okay, I see there are alternative resources, but how can I handle this on the level of activites? if(orientation== landscape){ init tablet varables }else{ phone variables } This is what I would like

[android-developers] Re: same app one tablet and phone with differnt gui

2011-09-16 Thread Károly Holczhauser
Hi boys! Thx for the replies, I had find a solution, called Multiple APK Support http://developer.android.com/guide/market/publishing/multiple-apks.html Thx:Karoly On szept. 12, 16:41, jjoe64 g.jjo...@googlemail.com wrote: this is possible with a few tricks. have a look at my blog post:

[android-developers] Re: same app one tablet and phone with differnt gui

2011-09-12 Thread Károly Holczhauser
Hi! Yes, I hope I'm on the correct way, but I can't understand the logic between the differenct gui xml-s and the activties. So, if I'm implement the Main.java as an activity which is handle three buttons on the screen, but when we using tablets we going to have 5 button on the screen, how can

[android-developers] Re: android:inputType=number Error

2011-09-08 Thread Károly Holczhauser
Hey dudo!:) Check this out please, this is what you are looking for? http://androidblogger.blogspot.com/2009/01/numeric-edittext-and-edittext-with-max.html Bye, Károly On szept. 8, 08:40, Duygu Kahraman duygu.kahram...@gmail.com wrote: Hi All; I have a problem about Edittext.I want to enter

[android-developers] same app one tablet and phone with differnt gui

2011-09-08 Thread Károly Holczhauser
Hello Sisters and Brothers!:) I have a little noise in my brain about the different xml layouts type depends on screen, if anyone would help to make it clear, I`m becoming so greatful:) I have to write an application which have to run on tablet and on phone too. It is not a problem, because I

[android-developers] Re: Memory leak error on a huge application

2011-09-06 Thread Károly Holczhauser
Hello ! Okay, it seems I have the solution, thanks for the MAT:) So, as I said I have a lot of LinearLayout class, which are represents the screens on a lot of times in the app. These classes are have had a lot of variable , so I had make them clear and null: I had overrided the removeAllViews

[android-developers] get email client notifications after the send

2011-08-30 Thread Károly Holczhauser
Hello! I had wrote an app which is open the base email client, and after the user had sent the letter I arrive back to my app. I would like to give a Toast message if and only if the message had been sent succesfully. I had tried to use startActivtiyForResult and check it on onActivityResume,

[android-developers] Re: get email client notifications after the send

2011-08-30 Thread Károly Holczhauser
Hello my friend! What ? There is an icon on the status bar, which one is going to be invisible when the mail has been really sent! Can I somehow catch the same event? Cheers, Károly On aug. 30, 16:58, Mark Murphy mmur...@commonsware.com wrote: 2011/8/30

[android-developers] Samsung Galaxy S kill my app

2011-07-01 Thread Károly Holczhauser
Hello Boys and Girls! I had wrote an app which plays the backgournd music with MediaPlayer. I had tested the app, and it is works on Htc Desire perfectly, but when I try to test it on Samsung Galaxy S it dies with nullpointer exception on the following part: mp_bg_music.play(); Yes, I had used

[android-developers] Re: Alarm Service

2011-06-23 Thread Károly Holczhauser
Yahe :D five start :D On jún. 23, 16:24, Yahel kaye...@gmail.com wrote: Where I can use Alarm Service, looks like the schedule information will be persisted only till the device gets boot up. The drunk coder from India strikes again :) If you wonder how these messages gets here :

[android-developers] http live stream

2011-06-19 Thread Károly Holczhauser
Hi girls and boys! I had read some blog in this topic, but I don't got an unique answser, so I have to ask it from you. Is Http Live stream -ing possible on android ?! Thanks: Károly -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: http live stream

2011-06-19 Thread Károly Holczhauser
Hi! 3.0 is avalible only for tablest, right ? On jún. 19, 08:08, Romain Guy romain...@android.com wrote: It is supported as of Android 3.0. On Sat, Jun 18, 2011 at 11:07 PM, Károly Holczhauser holczhau...@gmail.com wrote: Hi girls and boys!  I had read some blog in this topic

[android-developers] Re: http live stream

2011-06-19 Thread Károly Holczhauser
Hi! 3.0 avalible only for tablets, right ? On jún. 19, 08:08, Romain Guy romain...@android.com wrote: It is supported as of Android 3.0. On Sat, Jun 18, 2011 at 11:07 PM, Károly Holczhauser holczhau...@gmail.com wrote: Hi girls and boys!  I had read some blog in this topic

[android-developers] layout background image with full display

2011-06-17 Thread Károly Holczhauser
Hi all! When I'm setting a background image to an Linearlayout, it is displaying only while it necessary, depending on the displaying content in the layout. I would like t display the hole background image, independently on the inside content! Any idea?! Thanks guys: Károly Holczhauser

[android-developers] Re: layout background image with full display

2011-06-17 Thread Károly Holczhauser
Hi! I'm have to do this task on runtime, but yes, of course I had set the fill parent parameters! On jún. 17, 11:52, jjoe64 g.jjo...@googlemail.com wrote: Did you set the property *android:layout_height* to *fill_parent* for the linearlayout? -- You received this message because you are

[android-developers] Re: layout background image with full display

2011-06-17 Thread Károly Holczhauser
Hi everybody! Okay, I'm now doing a video gallery, which have a lot of Thumbnail picture. When a user click on an item a new Activity is starting: I have to display the Thumbnail picture (layout bg) for the user (in a full size) and I also need to place an play icon over it. I don't know how

[android-developers] Re: Gallery with Adapter witch is return layouts

2011-05-29 Thread Károly Holczhauser
Hi there! Yes, it is! But when I trying to return (in getView) my class (which is extended from a LinearLayout) I got child has already got parent, run removeAllView on parent. The problem is, when I try to get the parent I got NULLpointer exception... So, I don't know who am I able to upload

[android-developers] Gallery with Adapter witch is return layouts

2011-05-28 Thread Károly Holczhauser
Hi all ! I would like to make my custrom gallery, but when I'm implementing the adapter it have to be return an View. I would like to use the gallery to display my own LinearLayout-s, so the adapter have to return these ! Any idea how can I use gallery to display my own , custrom linearlayouts

[android-developers] restart device from code

2011-04-13 Thread Károly Holczhauser
Hi there! Is there any chance to restart the hole device from code ?! Thanks: Károly -- 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] tablet connecting to htc desire

2011-04-06 Thread Károly Holczhauser
Hi there! Is someone know a good tutorial or something where I can see how can I connect my tablet to my desire ? I can check my picture on the phone from the tablet, but I would like to catch an event when the phone is connected to the tablet. My main problems, when I connecting them only the

[android-developers] Flytouch Etablet + android browser

2011-04-02 Thread Károly Holczhauser
Hi all! My main question is: are the android browser or any browser on android can play video directly from the website ? When I surf to the http://videa.hu site and play an video with my HTC Deisre everything okay, but when I try redo this with my flytouch eTablet , I got a blink white screen

[android-developers] tablet + browser + flv = tearing video content

2011-03-29 Thread Károly Holczhauser
Hello! I had take my android tablet and I had see it can play the embedded media (video) content in really really slow. So the media was tearing, you was not able to watch the video normally. Please note, I'm talking about only embedded video content. Anybody did experienced something like this

[android-developers] detect usb connected/disconnected event

2011-03-27 Thread Károly Holczhauser
Hi all! I had read in a lot of forum it is a problem to developers to write a program witch can detect the connected / disconnected USB event. Here is my solution: Manifest.xml : receiver android:name=.MyReceiver intent-filter action

[android-developers] Reg: Failed to set top app changed

2011-02-17 Thread Károly Holczhauser
Hi guys! Are you using a thread ? Trying to notify or wait it? Yes I DO :D And I got the same error . . so please someone give me some solution , Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Reg: Failed to set top app changed

2011-02-17 Thread Károly Holczhauser
Hi guys! Are you using a thread ? Trying to notify or wait it? Yes I DO :D And I got the same error . . so please someone give me some solution , Thanks On jan. 14, 04:43, J-Pro jpro@gmail.com wrote: I'm also interested in the reason of this error in logs. It appears mostly when an

[android-developers] Multiple audio channels

2010-11-12 Thread Károly Holczhauser
Hi all ! I have to write an application wihich can play multiple audio chennels. My boss asked me to make some market research how many device able to play multiple audio channels on the same time. Where can I check the android phones hardware capacity, which one can do this and which don't.

[android-developers] Multiple project build on Android

2010-08-12 Thread Károly Holczhauser
Hi Devs! :) Okay, I have the following problem in short: - I had wrote two app (A and B). I would like to call the B from the A, but when I build the project and trying to start on my device it is going to crash. How can I set the build path dependency to works it correctly ? - I had already

[android-developers] Re: slide to unlock - is it possible

2010-07-22 Thread Károly Holczhauser
Hi! Maybe I made something so wrong, but Mr.Google give me only a lot of complet application and not tutorilas,examples Karoly On júl. 22, 07:43, TreKing treking...@gmail.com wrote: 2010/7/21 Károly Holczhauser holczhau...@gmail.com Can anyone give me some advice/tutorial how can I make

[android-developers] Re: slide to unlock - is it possible

2010-07-22 Thread Károly Holczhauser
Hi! Maybe I made something so wrong, but Mr.Google give me only a lot of complet application and not tutorilas,examples Karoly On júl. 22, 07:43, TreKing treking...@gmail.com wrote: 2010/7/21 Károly Holczhauser holczhau...@gmail.com Can anyone give me some advice/tutorial how can I make

[android-developers] slide to unlock - is it possible

2010-07-21 Thread Károly Holczhauser
Hi all! Can anyone give me some advice/tutorial how can I make an own slide to unlock bar on my app? Thank: Karoly -- 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] Transparent Image button, can be more transparent ?

2010-07-09 Thread Károly Holczhauser
Hi! I have already found how can I do an ImageButton with Transparent background, but I would like to ask, how can I set the effective of it ? How can I do it more transparent ? My way as I do it: gradient android:startColor=#aaff android:endColor=#aaff ... What should I write in to the

[android-developers] Re: Transparent Image button, can be more transparent ?

2010-07-09 Thread Károly Holczhauser
Thank you so much!!! On júl. 9, 12:49, YuviDroid yuvidr...@gmail.com wrote: The first two chars after the '#' symbol are the opacity. So, '00' would be totally transparent, and 'FF' would be 100% opaque. 2010/7/9 Károly Holczhauser holczhau...@gmail.com Hi!  I have already found how

[android-developers] Re: Regarding language support

2010-07-09 Thread Károly Holczhauser
Hi all! I also interested in the chat, how can I write an application witch is supporting the multi language ? If we are in sweden I have to display in that language else I need to use the English language. I think, I should use the string.xml, but how ? How can I define there two or more

[android-developers] Re: Regarding language support

2010-07-09 Thread Károly Holczhauser
Hi! I had found the solution: http://developer.android.com/resources/tutorials/localization/index.html On júl. 9, 19:36, Károly Holczhauser holczhau...@gmail.com wrote: Hi all!  I also interested in the chat, how can I write an application witch is supporting the multi language ? If we

[android-developers] LinearLayout and cacheColorHint problem

2010-06-25 Thread Károly Holczhauser
Hi all! I have made a LinearLayout in the code. It is joined to an BaseAdapter. This two class is representing an list in my app. The problem is: when I making scrool on the list it is going to black. I can't chache the cachecolorhint because, the LinearLayout hasn't got and param. like that.

[android-developers] Re: GPS Min Time

2010-06-06 Thread Károly Holczhauser
Hi there! I have a lot of truble with the GPS on emulator. I think it is not work correctly, so if you have a chance try to use a real phone ! Bye: Karoly On jún. 6, 16:13, tarek attia tarek.m.at...@gmail.com wrote: Hi all, When using locationManager.requestLocationUpdates(provider,

[android-developers] Detect Google map moving

2010-06-04 Thread Károly Holczhauser
Hi all ! I have a google map included on my phone. I would like to ask, how can I detect the user has pointed the screen and he/she moved a map away from the current location ? I'm going to make a navigation system witch always following the user's icon on the map as he/she is moving, but

[android-developers] Android Emulator and LTE technology :)

2010-06-02 Thread Károly Holczhauser
Hi Guys! Can anyone tell me how can I develop an application witch is using the newest 4G technology ( LTE ) ? I living in Hungary were still not available, maybe some year :) but I really would like to write an program witch using LTE to send and receive dates. If anybody has some idea please

[android-developers] Starting Activity with Tabs

2010-05-07 Thread Károly Holczhauser
Hi Guys ! I have four activity in a Tab and after the user clicked on the list I would like to start another one activity, but I can't use startActivity(Intent), because then I lost the TabHost view, and I get an activity witch is reserving the full screen:( So the user won't be able to click on

[android-developers] Starting Activity with Tabs

2010-05-07 Thread Károly Holczhauser
Hi there! Thanks for the reply, but i have to use tabs for navigation, because I works for a company and they want tabs:) So how can I switch to Tab2 and start the activity over there, from Tab1 Activity ? Thanks: Karoly -- You received this message because you are subscribed to the Google

[android-developers] Re: Android Tablet SDK or Emulator

2010-04-19 Thread Károly Holczhauser
advantage of the bigger screen size. 2010/4/14 Károly Holczhauser holczhau...@gmail.com Hi Guys!  I would like to develop for and Android Tablet, but I didn't found any SDK or Emulator for it. I think the best IDE would be the Eclipse.  Can anyone tell me a solution,who can I import

[android-developers] Progressdialog and Thread Problem :(

2010-04-15 Thread Károly Holczhauser
Hi ! I had made an application which download a huge list from the internet and display in a listview. The Listview class is supported by my own Class which is extension of the BaseAdapter base class. In the display list adapter getView method I use simple_list_item_multiple_choice. When I

[android-developers] Android Tablet SDK or Emulator

2010-04-14 Thread Károly Holczhauser
Hi Guys! I would like to develop for and Android Tablet, but I didn't found any SDK or Emulator for it. I think the best IDE would be the Eclipse. Can anyone tell me a solution,who can I import an Tablet Virtual Device in to the Eclipse IDE ? Thanks: Karoly -- You received this message

[android-developers] Listview append with new element on RUNTIME

2010-04-07 Thread Károly Holczhauser
Hi all ! Guys we need some help with the following task: My problem, I would like to append newer element to the list, but on runtime. So if the user click on the APPEND button, a new element should be arrive at the end of the list. Can anybody give some solution or some tutorial for it ?

[android-developers] Re: Android Navigation Tutorial

2010-04-06 Thread Károly Holczhauser
Hi there ! First of all thank you for you response. Yes, the people should use my app, because I have a new idea with it. :) But my problem, who can I store the maps data ? May I use the googleMaps or OSM in offline mode ? Thanks: Karoly -- You received this message because you are

[android-developers] Android Navigation Tutorial

2010-04-05 Thread Károly Holczhauser
or Google Maps for the mapping. Are these know the Traffic rules ? For example One Way streets ? I'm looking for a tutorial witch may teach about navigation and could give some answer to me ? Do you know some of them ? Thank you so much: Károly Holczhauser -- You received