2048-android alternatives and similar packages
Based on the "App" category.
Alternatively, view 2048-android alternatives based on common mentions on social networks and blogs.
-
InstaMaterial
Implementation of Instagram with Material Design (originally based on Emmanuel Pacamalan's concept) -
Twidere-Android
Twidere is a powerful twitter client for Android 1.6+ 1 , which gives you a full Holo experience and nearly full Twitter's feature. -
Foodium 🍲
🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components). -
jianshi
A Full-Stack mobile app, including Android & Server, Simple-Poem 简诗. You can write poem in graceful & traditional Chinese style. -
Leisure
Leisure is an Android App containing Zhihu Daily,Guokr Scientific,XinhuaNet News and Douban Books -
WaniKani-for-Android
DISCONTINUED. An Android client application for the awesome kanji learning website wanikani.com -
LeeCo
LeeCo is an awesome app for (including unlock) problems, solutions, discuss(from leetcode) and comments. -
FoldingNavigationDrawer-Android
This is a sample project present how to use Folding-Android to add Folding Efect to Navigation Drawer. -
GradientDrawableTuner
🕹️ See how the properties of Android's "shape" affect the Drawable's appearance, intuitively. -
MaterialDesignColorPalette
This is a dev tool to visualize the colours of Material design defined on -
freegemas-gdx
Freegemas libGDX is an Android and Java desktop port of Freegemas, which in turn is an open source version of the well known Bejeweled. -
vanilla
Vanilla Music Player for Android (abandoned). Visit https://github.com/vanilla-music/vanilla for an actively developed fork -
PopularMovies
:movie_camera: Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2. -
Android-Jigsaw-Puzzle
Android app that allows you to draw anything and turn it into a jigsaw puzzle.
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of 2048-android or a related project?
Popular Comparisons
-
2048-androidvsBandhook-Kotlin
-
2048-androidvsfreegemas-gdx
-
2048-androidvsOpenFlappyBird
-
2048-androidvsOpenImgur
-
2048-androidvsWordPress-Android
README
2048-android
This is the Android port of the 2048 game made by Gabriele Cirulli https://github.com/gabrielecirulli/2048 It's nothing fancy; just a WebView that loads the locally stored html files of the original game. I just wanted to make it instantly playable without internet (the app doesn't require any permissions), and with a quick access icon for my smartphone.
Feel free to contribute with pull requests to the original project by Gabriele, or to this one if you have any Android-specific improvements in mind.
Building
If you want to build from source, just do
git clone --recursive https://github.com/uberspot/2048-android.git
cd 2048-android
git submodule update --init --recursive
./gradlew build
With Eclipse
- Copy
https://github.com/uberspot/2048-android.git
to clipboard - File -> Import -> Git / Projects from Git -> Clone URI
- Paste URI from clipboard (if it did not appeared automatically)
- Next> Next> Check "Clone submodules"
- Next> select "Import existing project"
With Android Studio
- Follow first three lines of Building directions.
- In Android Studio selection "Open an existing Android Studio Project"
- When prompted, add the VCS root.
License
2048-android is licensed under the MIT license.
*Note that all licence references and agreements mentioned in the 2048-android README section above
are relevant to that project's source code only.