Android common lib demo, include ImageCache, HttpCache, DropDownListView, DownloadManager, install apk silent and so on, you can find description

Related tags

App android-demo
Overview

Trineaandroid-demo

关于我,欢迎关注
微博:Trinea    主页:trinea.cn    邮箱:trinea.cn#gmail.com    微信:codek2

依赖trinea-android-common    android-auto-scroll-view-pager    viewpager-indicator

包括网络缓存Demo图片缓存Demo图片SD卡缓存Demo下拉刷新及滚动到底部加载更多listview Demo自动滚动轮播循环ViewPager DemoAndroid系统下载管理DownloadManager功能介绍及使用示例ViewPager Multi Page滚动到底部或顶部响应的ScrollView使用Gallery滑动一页效果 DemoSearchView DemoViewPager、Fragment使用Service DemoBroadcastReceiver Demo

####示例APK下载:
本地下载

#####1. 网络缓存
使用示例:Android网络缓存
适用:网络获取内容不大的应用,尤其是api接口数据,如新浪微博、twitter的timeline、微信公众账号发送的内容等等。
效果图:
HttpCache

#####2. 图片缓存 使用示例:图片缓存的使用
适用:获取图片较多且图片使用频繁的应用,包含二级缓存,如新浪微博、twitter、微信头像、美丽说、蘑菇街、花瓣、淘宝等等。
效果图:
ImageCahe

#####3. 图片SD卡缓存 使用示例:图片SD卡缓存的使用
适用:应用中获取图片较多且图片较大的情况。需要二级缓存及ListView或GridView图片加载推荐使用上面的ImageCache
效果图:
ImageSDCardCache

#####4. 下拉刷新及滚动到底部加载更多的Listview Demo 使用示例:下拉刷新及滚动到底部加载更多listview Demo
实现原理: http://trinea.iteye.com/blog/1562281
效果图:
DropDownListView

#####5. 自动滚动轮播循环的ViewPager Demo 使用示例:Android自动滚动 轮播循环的ViewPager
效果图:
AutoScrollViewPagerDemo

#####6. Android系统下载管理DownloadManager Demo 使用示例:Android系统下载管理DownloadManager功能介绍及使用示例
功能扩展:Android下载管理DownloadManager功能扩展和bug修改
效果图:
downloadManagerDemo

#####7. viewpager实现画廊效果Demo 使用示例:ViewPager Multi Page
效果图:
viewpager multi page demo

#####8. 滑动到底部或顶部响应的ScrollView Demo 使用及实现原理: 滚动到底部或顶部响应的ScrollView使用
效果图:
ScrollView

#####9. Gallery滑动一页效果 Demo 使用示例:Gallery One Page
效果图:
gallery one page demo

#####10. SearchView Demo 使用示例:SearchView Demo
效果图:
SearchView Demo

#####11. ViewPager、Fragment Demo 使用示例:ViewPager、Fragment使用
效果图:
viewpager demo

#####12. Service Demo 使用示例:Service Demo

#####13. BroadcastReceiver Demo 使用示例:BroadcastReceiver Demo

You might also like...
A file manager,apk editor....
A file manager,apk editor....

A file manager,apk editor....

APK For Dumping Memory libil2cpp.so & global-metadata.dat

LibDumper This Project Is Using For Make You Easy Dump Lib From The Memory Changelog 3.3 : auto fix ELF file removing libUE4.so option fixing some bug

HostelMate - A Need For Hosteler (An Android App that helps students to find the best resource like hostels and tiffin centers etc.)
HostelMate - A Need For Hosteler (An Android App that helps students to find the best resource like hostels and tiffin centers etc.)

Android-Study-Jams-Hostel-Mate HostelMate - A Need For Hosteler (An Android App that helps students to find the best resource like hostels and tiffin

Movo (Movie Information) is an android application to find out all the Movie Information and Details.

Movo About The Project Screen.Recording.2022-08-12.at.08.53.46_1.mp4 Movo (Movie Information) is an android application to find out all the Movie Info

Protect yourself from being tracked 🌍 by AirTags 🏷 and Find My accessories 📍
Protect yourself from being tracked 🌍 by AirTags 🏷 and Find My accessories 📍

AirGuard - AirTag tracking protection Protect yourself from Find My Tracking The AirTags and other Find My devices are simple, small and perfect to tr

Ride hailing app that helps users find drivers and take them from point A to point B.
Ride hailing app that helps users find drivers and take them from point A to point B.

Ride-hailing_rider_app Ride hailing app that helps users find drivers and take them from point A to point B. What I Used ? Clean Architecture : Basica

A news application through which you can learn and browse all the news that interests you by choosing the country and type of news with the ability to browse and add some news to your favorites
A news application through which you can learn and browse all the news that interests you by choosing the country and type of news with the ability to browse and add some news to your favorites

MY-NEWS-Android A news application through which you can learn and browse all the news that interests you by choosing the country and type of news wit

M-OV-ies - An Android Application that helps users find where to stream their favorite movies

Stream-ON Video Demo: Description: Final Project for CS50 - 2021: An Android App

Helps to find your surrounding's light value (for android only) using device light sensor

react-native-ambient-light-sensor Helps to find your surrounding's light value (in lux unit) (for android only) using device light sensor Installation

Comments
  • 编译源码遇到个启动FC问题,Galaxy S6,M系统。

    编译源码遇到个启动FC问题,Galaxy S6,M系统。

    07-26 19:12:18.151: E/AndroidRuntime(9545): FATAL EXCEPTION: main 07-26 19:12:18.151: E/AndroidRuntime(9545): Process: cn.trinea.android.demo, PID: 9545 07-26 19:12:18.151: E/AndroidRuntime(9545): java.lang.NoClassDefFoundError: Failed resolution of: Lcn/trinea/android/demo/ViewPagerDemo; 07-26 19:12:18.151: E/AndroidRuntime(9545): at cn.trinea.android.demo.utils.AppUtils.getText(AppUtils.java:106) 07-26 19:12:18.151: E/AndroidRuntime(9545): at cn.trinea.android.demo.utils.AppUtils.initTrineaInfo(AppUtils.java:70) 07-26 19:12:18.151: E/AndroidRuntime(9545): at cn.trinea.android.demo.utils.AppUtils.init(AppUtils.java:38) 07-26 19:12:18.151: E/AndroidRuntime(9545): at cn.trinea.android.demo.BaseActivity.onCreate(BaseActivity.java:26) 07-26 19:12:18.151: E/AndroidRuntime(9545): at cn.trinea.android.demo.MainActivity.onCreate(MainActivity.java:32) 07-26 19:12:18.151: E/AndroidRuntime(9545): at android.app.Activity.performCreate(Activity.java:6904) 07-26 19:12:18.151: E/AndroidRuntime(9545): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1136) 07-26 19:12:18.151: E/AndroidRuntime(9545): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3266) 07-26 19:12:18.151: E/AndroidRuntime(9545): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3415) 07-26 19:12:18.151: E/AndroidRuntime(9545): at android.app.ActivityThread.access$1100(ActivityThread.java:229) 07-26 19:12:18.151: E/AndroidRuntime(9545): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1821) 07-26 19:12:18.151: E/AndroidRuntime(9545): at android.os.Handler.dispatchMessage(Handler.java:102) 07-26 19:12:18.151: E/AndroidRuntime(9545): at android.os.Looper.loop(Looper.java:148) 07-26 19:12:18.151: E/AndroidRuntime(9545): at android.app.ActivityThread.main(ActivityThread.java:7325) 07-26 19:12:18.151: E/AndroidRuntime(9545): at java.lang.reflect.Method.invoke(Native Method) 07-26 19:12:18.151: E/AndroidRuntime(9545): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) 07-26 19:12:18.151: E/AndroidRuntime(9545): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120) 07-26 19:12:18.151: E/AndroidRuntime(9545): Caused by: java.lang.ClassNotFoundException: Didn't find class "cn.trinea.android.demo.ViewPagerDemo" on path: DexPathList[[zip file "/data/app/cn.trinea.android.demo-2/base.apk"],nativeLibraryDirectories=[/data/app/cn.trinea.android.demo-2/lib/arm64, /vendor/lib64, /system/lib64]] 07-26 19:12:18.151: E/AndroidRuntime(9545): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56) 07-26 19:12:18.151: E/AndroidRuntime(9545): at java.lang.ClassLoader.loadClass(ClassLoader.java:511) 07-26 19:12:18.151: E/AndroidRuntime(9545): at java.lang.ClassLoader.loadClass(ClassLoader.java:469) 07-26 19:12:18.151: E/AndroidRuntime(9545): ... 17 more 07-26 19:12:18.151: E/AndroidRuntime(9545): Suppressed: java.lang.NoClassDefFoundError: cn.trinea.android.demo.ViewPagerDemo 07-26 19:12:18.151: E/AndroidRuntime(9545): at dalvik.system.DexFile.defineClassNative(Native Method) 07-26 19:12:18.151: E/AndroidRuntime(9545): at dalvik.system.DexFile.defineClass(DexFile.java:226) 07-26 19:12:18.151: E/AndroidRuntime(9545): at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:219) 07-26 19:12:18.151: E/AndroidRuntime(9545): at dalvik.system.DexPathList.findClass(DexPathList.java:338) 07-26 19:12:18.151: E/AndroidRuntime(9545): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:54) 07-26 19:12:18.151: E/AndroidRuntime(9545): ... 19 more 07-26 19:12:18.151: E/AndroidRuntime(9545): Suppressed: java.lang.ClassNotFoundException: cn.trinea.android.demo.ViewPagerDemo 07-26 19:12:18.151: E/AndroidRuntime(9545): at java.lang.Class.classForName(Native Method) 07-26 19:12:18.151: E/AndroidRuntime(9545): at java.lang.BootClassLoader.findClass(ClassLoader.java:781) 07-26 19:12:18.151: E/AndroidRuntime(9545): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841) 07-26 19:12:18.151: E/AndroidRuntime(9545): at java.lang.ClassLoader.loadClass(ClassLoader.java:504) 07-26 19:12:18.151: E/AndroidRuntime(9545): ... 18 more 07-26 19:12:18.151: E/AndroidRuntime(9545): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack trace available

    opened by klpchan 1
  • App crashes when trying to load last page from first page  before it has cycled through all the view

    App crashes when trying to load last page from first page before it has cycled through all the view

    I have used the code of RecyclingPagerAdapter from android-demo/src/com/jakewharton/salvage/RecyclingPagerAdapter.java and RecyleBin from android-demo/src/com/jakewharton/salvage/RecycleBin.java but when I try to see the last page from first page before all the pages have been cycled through the app crashes.

    opened by varunrramani 1
  • 下拉刷新及底部滚动加载更多ListView

    下拉刷新及底部滚动加载更多ListView

    在使用下拉刷新及滚动到底部加载更多的ListView的时候,项目中只能包括一个包,不能在项目包含多个包的时候使用,否则会提示:

    listViewAttr:isAutoLoadOnBottom="true"
    listViewAttr:isDropDownStyle="true"
    listViewAttr:isOnBottomStyle="true"
    

    这些属性不存在。

    opened by twlkyao 10
Owner
Trinea
2021 滴滴、阿里内推可加我微信: trinea
Trinea
APK Explorer & Editor, an open-source tool to explore the contents of an installed APK

APK Explorer & Editor, an open-source tool to explore the contents of an installed APK, is strictly made with an aim to inspect an installed APK file.

APK Explorer & Editor 270 Dec 25, 2022
An android application where you can manage and install all versions of the spotify app.

An android application where you can manage and install all versions of the spotify app.

xManager (Spotify) 3.7k Dec 30, 2022
A package to include a standard Unlock premium view in iOS and Android apps

A package to include a standard Unlock premium view in iOS and Android apps

Groupe MINASTE 2 May 21, 2022
A manga reader app that can be used save / search / find and read latest manga / manhwa

A manga reader app that can be used save / search / find and read latest manga / manhwa

Sebin P Johnson 3 Nov 20, 2021
Find your new favorite wallpaper that looks just like you 🖌️

Wollpaper Find your new favorite wallpaper that looks just like you. Builds The pre-built app can be downloaded under "releases" on the right side of

Vinícius Resende 2 May 16, 2022
IND appointment checker helps you to find some available slots in IND website.

IND Appointment Checker What is IND? The Immigration and Naturalisation Service (IND) assesses all residence permit applications from the people who w

Ufuk Halis 3 Oct 18, 2022
AnimApp is an app that recommends you random anime and you can add it to your favourite if you like it.

papb-team6 AnimApp is an app that recommends you animes and you can add it to your favourite if you like it. Team members: Firdaus Bisma Suryakusuma (

Gilang Adhitama Putra 1 Mar 9, 2022
Android-splash-screen-demo - Sample application to demo the various features provided in android-splash-screen

Android Splash screen API demo This is a sample application used to demonstrate the various features provided in android-splash-screen. More details c

Sridhar 1 Jan 3, 2022
OpenWeatherMap-API-Demo - Demo Android Application for OpenWeatherMap API

WeatherForecast Demo Android Application for OpenWeatherMap API Table of Content

Rashid Hussain 0 Jul 10, 2022