All Projects → JimSeker → ui

JimSeker / ui

Licence: Apache-2.0 license
android examples for ui

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to ui

Linkage Recyclerview
即使不用饿了么订餐,也请务必收藏好该库!🔥 一行代码即可接入,二级联动订餐列表。
Stars: ✭ 2,970 (+10507.14%)
Mutual labels:  recyclerview
recyclerview-selection-demo
A simple Android project that demonstrates the usage of the androidx.recyclerview.selection support library
Stars: ✭ 27 (-3.57%)
Mutual labels:  recyclerview
MetalRecyclerPagerView
RecyclerView implementation for Android which makes it look and feel like ViewPager with item margins support (mutliple views effect).
Stars: ✭ 26 (-7.14%)
Mutual labels:  recyclerview
Nytimes App
🗽 A Simple Demonstration of the New York Times App 📱 using Jsoup web crawler with MVVM Architecture 🔥
Stars: ✭ 246 (+778.57%)
Mutual labels:  recyclerview
ConcatAdapter-sample
Load more recyclerview android using ConcatAdapter | Sample to practice RecyclerView ConcatAdapter
Stars: ✭ 26 (-7.14%)
Mutual labels:  recyclerview
Vitrin
A simple app that shows categories, subcategories and items.
Stars: ✭ 70 (+150%)
Mutual labels:  recyclerview
Adapterdelegates
"Favor composition over inheritance" for RecyclerView Adapters
Stars: ✭ 2,735 (+9667.86%)
Mutual labels:  recyclerview
android-thinkmap-treeview
Tree View; Mind map; Think map; tree map; custom view; 自定义;关系图;树状图;思维导图;组织机构图;层次图
Stars: ✭ 314 (+1021.43%)
Mutual labels:  recyclerview
recyclerview-adapters
Multiple item adapters for RecyclerView (inspired by Merge Adapter)
Stars: ✭ 24 (-14.29%)
Mutual labels:  recyclerview
FastWaiMai
仿写美团外卖电商项目
Stars: ✭ 123 (+339.29%)
Mutual labels:  recyclerview
android-file-manager
A File Manager for Android
Stars: ✭ 19 (-32.14%)
Mutual labels:  recyclerview
InstantRecyclerView
A library that helps to implement a complex list with RecyclerView.(RecyclerView使用的封装与优化,帮助你快速利用RecyclerView构建复杂列表)
Stars: ✭ 22 (-21.43%)
Mutual labels:  recyclerview
AutoPlayVideoRecyclerView
Android library to auto play video from url in Recyclerview.
Stars: ✭ 44 (+57.14%)
Mutual labels:  recyclerview
Lazyrecycleradapter
极简通用的RecyclerAdapter,入侵性低,支持一个列表多种Item类型,无需维护和编写Adapter代码,快速集成拥有点击,动画,自定义刷新,自定义加载更多,自定义空页面显示,通用分割线,动态绑定等高复用,你只需要编写维护Holder代码。
Stars: ✭ 251 (+796.43%)
Mutual labels:  recyclerview
MultiTypeAdapter
RecyclerView通用多类型适配器MultiTypeAdapter,以布局文件为单位更细粒度的条目复用。
Stars: ✭ 18 (-35.71%)
Mutual labels:  recyclerview
Snaphelperexample
SnapHelper Example for Android Application
Stars: ✭ 245 (+775%)
Mutual labels:  recyclerview
XTableView
一个基于RecyclerView+Scroller实现的二维表格组件,同时支持侧滑菜单、拖动调整列表顺序等拓展功能。A two-dimensional table view, base on recyclerview, both support to side slide menu、drag item and more.
Stars: ✭ 15 (-46.43%)
Mutual labels:  recyclerview
Modular2Recycler
Modular²Recycler is a RecyclerView.Adapter that is modular squared.
Stars: ✭ 72 (+157.14%)
Mutual labels:  recyclerview
HoveringCallback
Drag & drop item decorator for RecyclerView with support for highlighting hovered items.
Stars: ✭ 15 (-46.43%)
Mutual labels:  recyclerview
BaseRecyclerViewAdapter
RecyclerView通用适配器
Stars: ✭ 14 (-50%)
Mutual labels:  recyclerview

Android GUI/UI Examples

This repo contains multiple projects, Most in sub directories to be better organized with the course lectures, see the READMEs in each directory for a description of the examples. You can see the course pages here: http://www.cs.uwyo.edu/~seker/courses/4730/

Note for Android studio download a zip (or clone). Then in Android Studio open one project directory as individual project.

eclipse/ has some of projects in the format that eclipse format, if they predate the moved android Studio. You should be able to have eclipse import the entire directory into your workspace via eclipse. Note these are no longer updated.

All flutter examples have been moved to the Flutter repo


Basic/ are simple examples.

Advanced/ are more advanced examples.

Communication/ are examples how fragments can communicate with callbacks and viewmodels.

ListViews/ are examples using varying listview, listfragments, and expandablelistviews.

RecyclerViews/ are examples using recyclerview widget to do lists.

Navigation/ are examples of menus, actionbar/toolbar, and Navigation Drawers.

Material Design/ are examples using the new material design spec, Navagation Drawer, recyclerview, and support.design library.

Dialogs/ are example of how to dialog box in android

mvcDemo (java) is an example using the Model-view-controller model.

mvcDemo_kt (kotlin) is an example using the Model-view-controller model.


These are example code for University of Wyoming, Cosc 4730 Mobile Programming course and cosc 4735 Advance Mobile Programing course. All examples are for Android.

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].