What I've done
I've created a library project that contains several custom views complete with custom attributes.
i am using a java code(using asl library) for screen capturing of my mobile but when i run this code from my android phone it says "unfortunately your screen stopped "
please any one help ???
enter code here
package com.example.yourscreen;
import android.os.Bundle;
import android.os.IBinder;
import android.os.RemoteException;
import android.widget.Toast;
import android.app.Activity;
import andr
I want to use the UnifiedPreference library in my app. I've imported the library into my workspace, then added the new project into my existing project by adding it as a library under Properties -> Android.
I've been working on the latest version of one of my apps all week and today, I randomly started getting a bunch of errors about the license checking library. I'm using Eclipse and I downloaded the latest Android SDK and the Google Play Licensing Library so that I would be using the latest versions of the APIs.
I've just copied across the code from Googles page. But as is often the case its not working off the bat.
I am looking for a wallpaper picker
then I used the SDK sample Home project
but there have one problem,when I copying the code to my own project
It say "The type Gallery is deprecated"
then I googled the solution is new HorizontalScrollView
but I don't know how to changing the code
can anyone help me little bit?
just learn android app developing yesterday
here's the original code below:
I'm having this strange problem where an Android application will freeze inside innocuous code. It will only freeze when a library is included as a jar, but not when the library's source code is compiled as part of the project. It always freezes on the same line inside the library when included as a jar. There is no IO activity going on in this part of the code.
I'm doing a 64-bit rewrite of some code I wrote that implements a novel approach to genetic algorithms that I want to turn into a shared library exclusive to Ubuntu using code::blocks/gcc.
I have successfully made the project using the shared library stationary and when I compile I get my .so file.
Ok, so this is what I get to see when I'm missing the library:
import android.support.v4.app.FragmentTabHost;
Where can I find it and how do I need to add this library to my project?
Any help is appreciated.