All Projects → Mishkun → try-compose

Mishkun / try-compose

Licence: other
Sample project to try Jetpack Compose early developer preview here and now!

Programming Languages

shell
77523 projects
kotlin
9241 projects

Projects that are alternatives of or similar to try-compose

Closure Linter
Automatically exported from code.google.com/p/closure-linter
Stars: ✭ 104 (+271.43%)
Mutual labels:  deprecated, obsolete
Sphero Android Sdk
🚫 DEPRECATED REPO: Sphero™ is the amazing robotic ball ( gosphero.com ), this is the repository for the Android SDK for Sphero™. Visit dev site for more information:
Stars: ✭ 160 (+471.43%)
Mutual labels:  deprecated, obsolete
Codeigniter Base Controller
⛔️DEPRECATED CodeIgniter base controller with view autoloading and layout support
Stars: ✭ 115 (+310.71%)
Mutual labels:  deprecated, obsolete
Secretary
DEPRECATED Secrets management for dynamic environments
Stars: ✭ 93 (+232.14%)
Mutual labels:  deprecated, obsolete
Sphero Ios Sdk
🚫 DEPRECATED: Sphero™ is the amazing robotic ball ( sphero.com ) created by Orbotix, this is the repository for the iOS SDK for Sphero™. Visit dev site for more information:
Stars: ✭ 232 (+728.57%)
Mutual labels:  deprecated, obsolete
Gphotos Sync
DEPRECATED - Google Photos Simple Synchronization Tool
Stars: ✭ 94 (+235.71%)
Mutual labels:  deprecated, obsolete
Nexpose Client
DEPRECATED: Rapid7 Nexpose API client library written in Ruby
Stars: ✭ 134 (+378.57%)
Mutual labels:  deprecated, obsolete
Graphql Modules
⚠️ [DEPRECATED] GraphQL module library for Apollo.
Stars: ✭ 53 (+89.29%)
Mutual labels:  deprecated, obsolete
Terraintoolsamples
Unity has archived the TerrainToolSamples repository. For future development, please use the Terrain Tools package.
Stars: ✭ 195 (+596.43%)
Mutual labels:  deprecated, obsolete
Deprecated Dataapis
Markit On Demand - Market Data APIs
Stars: ✭ 181 (+546.43%)
Mutual labels:  deprecated, obsolete
Julian
⛔️DEPRECATED Brilliantly clever PHP calendar class
Stars: ✭ 89 (+217.86%)
Mutual labels:  deprecated, obsolete
microsoft-teams-faqplusplus-app
DEPRECATED - This repository contains a deprecated version of the FAQ Plus app template. Please see the README file for more details and a link to the new repository
Stars: ✭ 47 (+67.86%)
Mutual labels:  deprecated, obsolete
Codeigniter Schema
⛔️DEPRECATED Expressive table definitions
Stars: ✭ 87 (+210.71%)
Mutual labels:  deprecated, obsolete
Baobab
DEPRECATED - The application that powers Gandi's Status website (status.gandi.net).
Stars: ✭ 99 (+253.57%)
Mutual labels:  deprecated, obsolete
Sphero Mac Sdk
🚫 DEPRECATED: Sphero SDK for the Mac platform.
Stars: ✭ 70 (+150%)
Mutual labels:  deprecated, obsolete
Python Firebase
⛔️ [DEPRECATED] python wrapper for Firebase's REST API
Stars: ✭ 117 (+317.86%)
Mutual labels:  deprecated, obsolete
Mern Starter
⛔️ DEPRECATED - Boilerplate for getting started with MERN stack
Stars: ✭ 5,175 (+18382.14%)
Mutual labels:  deprecated, obsolete
Codeigniter Base Model
⛔️DEPRECATED CodeIgniter base CRUD model to remove repetition and increase productivity
Stars: ✭ 1,052 (+3657.14%)
Mutual labels:  deprecated, obsolete
Cudlr
⛔️ [DEPRECATED] Console for Unity Debugging and Logging Remotely
Stars: ✭ 167 (+496.43%)
Mutual labels:  deprecated, obsolete
generator-oraclejet
DEPRECATED Yeoman generator for creating Web and Mobile-hybrid Oracle JET based applications
Stars: ✭ 13 (-53.57%)
Mutual labels:  deprecated, obsolete

🎉 DEPRECATED 🎉

The contents of this repo are no longer needed to play around with Jetpack Compose. You can follow official guides [here](https://developer.android.com/jetpack/compose

Also feel free to checkout these resources if you interested in Jetpack Compose:

Android Team created a #compose channel on Kotlin's Slack to collect feedback from community. Be sure to check it out if you have anything to ask.

Also, if you speak Russian, join our community dedicated to declarative UI frameworks for android.


Try Jetpack Compose now!

This repository was made to provide a quick dive into what Jetpack Compose feels like. No need to checkout and AOSP and build everything by yourself, main job is done for you.

Installation

Unfortunately, Jetpack Compose is not published anywhere yet. This repo helps urgent minds to play with Compose by providing all dependencies prebuilt.

Unpack prebuilts

Download zipped prebuilts from the latest release and unpack it to project root replacing all the files

Install custom version of Android studio

Compose needs custom plugins to operate. To use it, you can install custom version of Android Studio provided by wrapper script slightly modified to match this repo files structure. Just launch

./studiow

It will download Android Studio from google servers and prompt you to accept license. Type Y to proceed. After installing script will open Android Studio within the repo folder to play with.

Use own prebuilts

If you want to use the most recent Jetpack Compose dependencies and can't wait for me to recompile and publish new release, but have already established project based on this template, you can build Jetpack Compose by yourself and then add the following line to your local.properties file

androidx.home="path/to/your/androidx/checkout"

Feedback

Android Team created a #compose channel on Kotlin's Slack to collect feedback from community. Be sure to check it out if you have anything to ask.

Also, if you speak Russian, join our community dedicated to declarative UI frameworks for android.

That's all, folks!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].