Skip to content

Commit d0329bf

Browse files
committed
Added .idea to gitignore
1 parent c5df813 commit d0329bf

9 files changed

+24
-74
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
*.iml
22
.gradle
3+
.idea
34
/local.properties
4-
/.idea/workspace.xml
5-
/.idea/libraries
65
.DS_Store
76
/build
87
/captures

.idea/codeStyleSettings.xml

-9
This file was deleted.

.idea/compiler.xml

-15
This file was deleted.

.idea/encodings.xml

-6
This file was deleted.

.idea/gradle.xml

-17
This file was deleted.

.idea/misc.xml

-10
This file was deleted.

.idea/modules.xml

-9
This file was deleted.

.idea/vcs.xml

-6
This file was deleted.

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Tools
2+
3+
- https://developer.android.com/studio/index.html - Android Studio
4+
- https://kotlinlang.org/ - Kotlin
5+
- https://kotlinlang.org/docs/tutorials/kotlin-android.html - Kotlin Plugin
6+
- https://github.com/cloudant/sync-android - Cloudant Sync Android
7+
8+
# Shopping List - Android with Kotlin and Cloudant Sync
9+
10+
Shopping List is an Offline First demo [Progressive Web App | hybrid mobile app | native mobile app | desktop app] built using [Android Studio](https://developer.android.com/studio/index.html), [Kotlin](https://kotlinlang.org/), and [Cloudant Sync Android](https://github.com/cloudant/sync-android).
11+
[This app is part of a series of Offline First demo apps, each built using a different stack.](https://github.com/ibm-watson-data-lab/shopping-list)
12+
13+
## Quick Start
14+
15+
1. Install [Android Studio](https://developer.android.com/studio/index.html) and the [Kotlin Plugin](https://kotlinlang.org/docs/tutorials/kotlin-android.html) (included in Android Studio 3.0 and up)
16+
2. Clone this repo
17+
18+
`git clone https://github.com/ibm-watson-data-lab/shopping-list-kotlin-cloudant-sync`
19+
20+
3. In Android Studio choose `File` -> `New` -> `Import Project...` OR `Import Project 'Use auto-import'
21+
4. Select the _build.gradle_ file in _shopping-list-kotlin-cloudant-sync_
22+
5. Create and start an AVD (or a 3rd party emulator like [Genymotion](https://www.genymotion.com/))
23+
6. Run the app from Android Studio

0 commit comments

Comments
 (0)