https://github.com/mhtkarakose/android
Android Examples
https://github.com/mhtkarakose/android
android android-development edittext spinner sqlite-database toast-message webview
Last synced: 8 days ago
JSON representation
Android Examples
- Host: GitHub
- URL: https://github.com/mhtkarakose/android
- Owner: mhtkarakose
- Created: 2016-12-30T23:59:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T02:31:09.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T17:22:10.897Z (9 months ago)
- Topics: android, android-development, edittext, spinner, sqlite-database, toast-message, webview
- Language: Java
- Size: 22.1 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android
Android ExamplesAlert Dialog
I want to display a dialog/popup window with a message to the user that shows "Are you sure you want to delete this entry?" with one button that says 'Delete'. When Delete is touched, it should delete that entry, otherwise nothing.
- - - - - - - - - - -
Capture Video
-------------
Task = Take and record video.Screenshots
-------------
- - - - - - - - - - - - - - - - - -
EditText
What is EditText? How to use EditText?
- - - - - - - - - - - -Spinner
What is Spinner? How to use Spinner?
http://www.mehmetkarakose.com/tr/android-spinner-ekleme-ve-kullanimi/
- - - - - - - - - - - -Toast Message
What is Toast Message? How to use Toast Message?
http://www.mehmetkarakose.com/tr/android-toast-mesaji-yayinlama/
- - - - - - - - - - - -WebView
What is WebView? How to use WebView?
- - - - - - - - - - - -Sqlite Database Example
What is Sqlite? How to use Sqlite Database?
- - - - - - - - - - - -