[android-developers] NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Yasin YILDIRIM
Today I updated my ADT and SDK Tools to v17 and my projects using Google's gson jar library started to throw NoClassDefFoundError. Here's the logcat: 03-22 12:30:58.941: E/AndroidRuntime(21672): FATAL EXCEPTION: main 03-22 12:30:58.941: E/AndroidRuntime(21672): java.lang.NoClassDefFoundError:

[android-developers] Re: NoClassDefFoundError for gson after updating the ADT and SDK Tools

2012-03-22 Thread Yasin YILDIRIM
It worked! Thanks :) On Mar 22, 1:03 pm, Mark Murphy mmur...@commonsware.com wrote: You can try: http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-... On Thu, Mar 22, 2012 at 6:39 AM, Yasin YILDIRIM yasinyildirim...@gmail.com wrote: Today I updated my ADT

[android-developers] TabView and other content in the same activity?

2010-07-29 Thread Yasin YILDIRIM
Hi all, I have a problem with TabView. I want my activity's layout look like this: -- | - | | || | | |LINEAR LAYOUT | | | || | |

[android-developers] how to draw a simple shape according to compass data

2010-05-15 Thread Yasin YILDIRIM
Hello to everyone; I am trying to develop an application based on compass and camera surface. In the application there will be a camera preview and I want to draw a rectangle and text on this preview. When user turns the device aroun him, there will be rectangles showing the main directions. In

[android-developers] Moving 2d shape on camera preview

2010-05-09 Thread Yasin YILDIRIM
Hi everyone; I'm trying to develop an application which will look like a navigation system with visualization. I will use the camera preview and compass data, then i will put the names of places on camera preview (something like google's street view). Now my biggest problem is moving shapes on

[android-developers] How to use Java classes in an Android project

2010-04-28 Thread Yasin YILDIRIM
Hello to everyone; Since i'm still new on Android programming, I have some problems on some issues. I have a QuadTree data structure implementation in 3 seperated Java files and i would like to use this data structure in my application. But i don't know how to use this .java files in an Android