Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COJohan, this looks like an excellent project. I am however, having trouble getting it to connect correctly with my own code. I have imported your code as a Library project in my Eclipse workspace, have added your project as a 'Library' in the properties for my project and have added a <uses-package> reference in my AndroidManifest.xml. It compiles fine on my machine but upon installation in the emulator, logcat reports that it cannot find any of the resources (it lists them by hex code). Any quick guesses as to what I might have missed?
      singulars
    2. COThere's no need to use <uses-package>, the only thing you have to do is to refer to the action bar project from your main project. From Eclipse you can do that from the properties menu then choose Android and then at the bottom under the Library section add the reference to the action bar project. Library projects also requires somewhat updated Android tools and platforms, more info about library projects and how to refer to a library project can be found in the docs here; http://developer.android.com/intl/zh-TW/guide/developing/eclipse-adt.html#libraryProject
      singulars
    3. COI've updated my main application project to reference your library project, but my IDE (IntelliJ) won't recognise the `"import com.markupartist.android.widget.ActionBar"` statement or the layout declaration in XML. Do you have any experience getting a library project referenced without using Eclipse/ADT?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload