For reference, this is the sample project I started from, its OpenGL ES 1 though! Texture Mapping – OpenGL Android (Displaying Images using...
Can anyone tell me why this code crashes my app please? float line_vertex[]= { x1,y1, x2,y2 };...
"Change" is an odd way to describe the process! The old way of explaining it would be to tokenise it. Search for a StringTokenizer example...
I'm not conversant with the FB SDK (concerning Java) but my first Q is, what do the logs in logcat say? If they aren't helpful i'd put in loads...
Shouldn't the following: String str = 12,16,23,78; need to be: String str = "12,16,23,78";
Try printing out the string before parsing it to see if its in the correct format (JSON). Oh, code tags around code help others to easily read...
How long is a piece of string? You just need to get down to doing it, depending on your starting example and then other code references it should...
The android:text should be ok (probably only for certain elements though), but if it does state that it requires the "@string/str_name" format...
I'm after the easiest way to start a project from my own half developed project... From searching, to make a template / example project I have to...
Search for Toast, sounds daft but true...
In short, no there is no triangle / circle layout, but you can mimic items to look / appear as if a triangle / circle. If you were to show an...
Be sure to set up your AVD emulators to the same as your sdk build target otherwise it'll say that it can't find an appropriate device. If in...
All regions when programming are rectangular, you'd use an alpha image to do otherwise. The alternative is to program your own widget and handle...
Think you need to explain more... Do you mean in the way it translates between views, or do you mean how to use circular buttons etc?
But HTML is just that, markup (formatting), you need JS to interact with it programmatically. lol you'll be adding lots of little features with...
Honestly, minutes! Its very fast and loose, syntax is similar to Java / C++ / PHP etc. Variables are loose like most scripts, e.g. PHP, Lua, etc....
BTW JS is very easy if you know any other programming language ;)
Your buttons can just use some kind of http method to communicate with the server, but if you want to actually interact with the webpage in your...
Maybe not how i'm going to proceed but found my answer here: Say Goodbye to the Menu Button | Android Developers Blog So, changed target to 13...
I used Eclipse for it too...
Considering your stated experience, have you looked at Cordova & | PhoneGap? Otherwise all it appears that all you'd need would be an ImageView...
You generally work the other way around, have an idea then pick the right tools for the job. If this is your first then i'd probably suggest...
I wrote an app the other day but was only testing on an old 2.1 phone which had a hardware Menu button. Today I put it on a 4.1 device without a...