-
Updated
Feb 6, 2020 - Java
#
android-demo
Here are 62 public repositories matching this topic...
Examples of Android applications
Open
Unnecessary padding
RxJava+OkHttp+Retrofit+Dagger2+MVP框架(kotlin版本)
-
Updated
Jun 9, 2020 - Kotlin
FilePicker library for Android
android
media
android-library
picker
android-demo
photopicker
filepicker
mediapicker
videopicker
document-picker
filepicker-library
-
Updated
May 27, 2020 - Java
Android develop demos
-
Updated
Mar 13, 2018 - Java
dannysofftie
commented
Sep 12, 2019
Docs have not specified how to pass other options, similar to what js client does. The only specified option is url, would like to pass options like below in js client.
var options = {
path: '/socketcluster/',
port: 8000,
hostname: '127.0.0.1',
autoConnect: true,
secure: false,
rejectUnauthorized: false,
connectTimeout: 10000, //milliseconds
ackTimeout: 10000, //mil
This is a sample android app which demonstrates `RecyclerView` wrap_content inside `ScrollView` issue on Marshmallow, Nougat, Oreo and Pie (API 23, 24, 25, 26, 27 & 28) and how to work around it.
-
Updated
Sep 5, 2019 - Java
A demo project to experiment with new Activity Results API in Android
android
android-development
android-application
android-app
android-demo
activityresult
android-demo-application
activity-results
-
Updated
May 2, 2020 - Kotlin
Trim the video by adjusting starting point and ending point in Android
android
video
video-processing
android-tutorial
android-demo
video-trim
video-trimmer
video-cutter
android-example
video-manipulation
video-trimming
-
Updated
Dec 20, 2019 - Java
Demo Android application for Parse test server. Server: https://github.com/fartem/parse-test-server
dagger2
ormlite
android-demo
android-facebook-integration
dagger2-android
parse-server-api
parse-client
parse-android
android-google-
-
Updated
Jul 4, 2020 - Kotlin
A demo application for Android ConstraintLayout with various usage with sample code.
-
Updated
Jan 2, 2020 - Kotlin
1752(一起玩儿)是一款集谜语、歇后语、脑筋急转弯为一体的益智游戏。该应用具有猜、收藏和分享功能,你不仅可以自己玩,还可以邀请你的微信和QQ好友一起猜玩,是不是很有趣呢?好玩儿,咱就一起玩儿。应用商店链接:
-
Updated
Jul 18, 2019 - Java
An example project demonstrating the power of MVP with Loader API.
-
Updated
Aug 29, 2017 - Java
adriangl
commented
Jun 5, 2017
See if an option to change the number of quick tiles header icons can be changed via app and implement an option to do so if it's possible.
Demo application with statistics of some cryptocurrencies
gson
cryptocurrency
retrofit2
cryptocurrencies
android-demo
mapdb
android-retrofit
coinmarketcap
coinmarketcap-api
coinmarketcap-client
retrofit2-kotlin
mapdb-android
-
Updated
Jul 2, 2020 - Kotlin
Android Custom Dialogs Demo (API 15+)
-
Updated
Nov 6, 2018 - Java
-
Updated
Jan 20, 2018 - Java
A POC app for USSD implementation in Android
andriod
android-sdk
android-development
android-application
ussd
android-studio
android-app
android-sample
android-demo
-
Updated
Jul 23, 2018 - Java
Sample code provided by www.tutorialwing.com. This code demonstrates use of splash screen into android application. For more info Visit -
android
android-development
android-application
android-ui
android-app
splash
splash-screen
android-layout
android-developers
android-tutorial
android-demo
android-apps
splashscreen
android-applications
android-beginners
android-programming
android-demonstration
android-dev
android-splash-screen
tutorialwing
-
Updated
Feb 15, 2017 - Java
Custom EditText and TextView with hashtag highlight
android
kotlin
java
hashtag
material
android-library
custom-view
material-components
android-ui
hashtags
textview
android-sample
edittext
android-demo
textinputlayout
customview
textinputedittext
androidx
edittext-library
hashtagify
-
Updated
Mar 17, 2020 - Kotlin
This library provides a horizontal scrolling ticker view, like the one used in MoneyControl Tablet (https://play.google.com/store/apps/details?id=com.moneycontrol, which shows stock price in scrolling view at the bottom of screen) and Phone application.
-
Updated
Jul 18, 2018 - HTML
Zego Express Example Topics Android (Java)
-
Updated
Jun 17, 2020 - Java
Sample code provided by www.tutorialwing.com. This code demonstrates how to create and show intro slider into your android application. For more info Visit -
android
tutorial
android-development
android-application
android-ui
android-studio
android-demo
androidstudio
welcome-page
tutorialwing
android-intro-slider
welcome-screen
-
Updated
May 23, 2017 - Java
Improve this page
Add a description, image, and links to the android-demo topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the android-demo topic, visit your repo's landing page and select "manage topics."
When I add the clapfab to my XML it takes unnesseary padding on the top of the fab button. why is that so?
Event thought i have given wrap content.