https://github.com/keshava11/androiddemos
Repository containing sample apps on various Android features.
https://github.com/keshava11/androiddemos
android couchbase couchbaseandroid demos imageload listview maps
Last synced: 16 days ago
JSON representation
Repository containing sample apps on various Android features.
- Host: GitHub
- URL: https://github.com/keshava11/androiddemos
- Owner: Keshava11
- Created: 2017-02-13T10:22:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T14:13:44.000Z (over 8 years ago)
- Last Synced: 2025-06-07T01:05:29.111Z (12 months ago)
- Topics: android, couchbase, couchbaseandroid, demos, imageload, listview, maps
- Language: Java
- Size: 2.66 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AndroidDemos
### Repository containing sample apps on various Android features.
### 1. AndroidDemos
A simple project for demos of all new features
### 2. GoogleMaps
Project containing demos related to Google Maps for Android.
The main feature of this demo was to show multiple floating windows on the map.
### 3. ListImageLoader
A simple example of loading images in a listview supporting both orientation but without using any caching implementations.
Note:
* Since this is a simple implementation of listview loading bitmaps with controlled http requests, we haven't taken care of caching which might result in out of memory errors/ runtime exceptions.
* Also if url for sample images in the fragment doesn't work any more, update the links.
### 4. TryCouchBaseLite
A simple implementation demonstrating configuration of Couchbase Lite database and creating, updating and deleting of the documents.
A brief about this project is provided here in this blog post
http://ravinishad.blogspot.com/2014/09/begin-with-couchbase-lite-on-android.html
### 5. ApkDownloadInstall
A simple example demoing how to download an apk from a server other than Google Play Store and start installer for it.