Pinned Repositories
996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
activity_transitionapi-codelab
Codelab walks you through tracking activity transition changes (start/stop run, walk, idle, drive, etc.).
ActivityRecognition
Detecting user activity in android can be done very easily using ActivityRecognitionClient. You can detect user activities like Still, Running, Walking, Cycling, Tilting, Driving etc., We can see this API widely used in lot of fitness apps (like GoogleFit) to provide user activity info like number steps he is taken, the distance he is travelled.
ahbottomnavigation
A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
AIDLClient
AIDLServer
Just a test
airbnb
algorithm_common
关于算法的一些知识点
Andrew-NG-Notes
This is Andrew NG Coursera Handwritten Notes.
Android-app-using-visible-light-communication
fhlkm's Repositories
fhlkm/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
fhlkm/ActivityRecognition
Detecting user activity in android can be done very easily using ActivityRecognitionClient. You can detect user activities like Still, Running, Walking, Cycling, Tilting, Driving etc., We can see this API widely used in lot of fitness apps (like GoogleFit) to provide user activity info like number steps he is taken, the distance he is travelled.
fhlkm/ahbottomnavigation
A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
fhlkm/AIDLServer
Just a test
fhlkm/algorithm_common
关于算法的一些知识点
fhlkm/android-data-binding-recyclerview
Using Recyclerview with the new Android Data Binding framework
fhlkm/Android-File-Upload-To-Server
Check my Bengali tutorial post of Android File Upload service from this URL
fhlkm/android-testdpc
fhlkm/android-video-transcoder
fhlkm/Android-Video-Trimmer
Android-Video-Trimmer项目实现了对长短视频进行片段的裁剪选择。目前使用MediaMetadataRetriever获取视频帧,采用ffmpeg进行视频裁剪,和视频压缩处理。
fhlkm/AndroidJs
fhlkm/AndroidUSBTransfer
Test two android device transfer data
fhlkm/arcore-measurement
fhlkm/CS229-ML-Andrew-Ng
Course: https://see.stanford.edu/Course/CS229/47
fhlkm/dagger-android-injection
Sample project explains Dependency Injection in Android using dagger-android framework.
fhlkm/DiscreteScrollView
A scrollable list of items that centers the current element and provides easy-to-use APIs for cool item animations.
fhlkm/eBook
一些经典的/值得收藏的电子书
fhlkm/EpMedia
Android上基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,变速,添加LOGO,添加滤镜,添加背景音乐,加速减速视频,倒放音视频。
fhlkm/EpMediaDemo
基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,添加LOGO,添加滤镜,添加背景音乐,加速减速视频,倒放音视频。简单的Demo,后面逐渐完善各类功能的使用。
fhlkm/flutter_by_example_apps
The apps built in the Flutter by Example tutorial
fhlkm/flutter_study
三天学会Flutter
fhlkm/FSensor
Android Sensor Filter and Fusion
fhlkm/interview
Interview questions
fhlkm/LeetCode
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
fhlkm/splitapkinstall
Install Split apks in Android based on new Package Manager Apis
fhlkm/StartApp
fhlkm/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
fhlkm/The-Art-Of-Programming-By-July
本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
fhlkm/TitleStyle
fhlkm/VideoCompressor
A High-performance video compressor for Android using Hardware decoding and encoding API(MediaCodec).