Anything like Twitter Bootstrap for Android?

前端 未结 5 1314
一向
一向 2021-01-30 20:10

if you are a developer and have little clue about designs - Twitter Bootstrapt saves the day (at least for me).

Is there something similar for android (native, not web)?

5条回答
  •  无人共我
    2021-01-30 20:57

    Although the following are not focussed on the design part they nonetheless generate a project to start with for you:

    • AndroidKickstartR
    • mvn archetype:generate

    On the second I recommend running the following command to filter Android projects from the list:

    mvn archetype:generate | grep ndroid
    

    It will list at least the following project templates:

     50: remote -> com.googlecode.android-player-root-archetype:parent-archetype (-)
    115: remote -> com.vektorsoft.demux.tools:demux-android-archetype (Create Android application structure for DEMUX Framework applications)
    123: remote -> de.akquinet.android.archetypes:android-gcm-quickstart (Creates a skeleton for a GCM Android application)
    124: remote -> de.akquinet.android.archetypes:android-library-quickstart (Creates a skeleton for an Android library)
    125: remote -> de.akquinet.android.archetypes:android-quickstart (Creates a skeleton for an Android application)
    126: remote -> de.akquinet.android.archetypes:android-release (Creates a skeleton for an Android application,
    127: remote -> de.akquinet.android.archetypes:android-with-test (Creates a skeleton for an Android application and instrumentation tests)
    128: remote -> de.akquinet.android.archetypes:stand-archetype (Creates a skeleton for an Android application using the Stand framework stack)
    555: remote -> org.eclipse.xtend:xtend-android-archetype (-)
    857: remote -> ru.nikitav.android.archetypes:release (-)
    858: remote -> ru.nikitav.android.archetypes:release-robolectric (-)
    

提交回复
热议问题