All Projects → mnayef95 → Android-Weekly

mnayef95 / Android-Weekly

Licence: other
Android Weekly is a free newsletter that helps you to stay cutting-edge with your Android Development. The newsletter comes once a week and covers a broad range of topics like tutorials, screencasts, news... just everything that's awesome in the Android Development world!

Programming Languages

kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to Android-Weekly

Android
Step by step guide for various components in android
Stars: ✭ 32 (-51.52%)
Mutual labels:  tutorials, android-development
Best Android Tutorials
Best Free Android Tutorials By MindOrks
Stars: ✭ 144 (+118.18%)
Mutual labels:  tutorials, android-development
Myapplications
My Tutorials
Stars: ✭ 50 (-24.24%)
Mutual labels:  tutorials, android-development
Awesome Android Complete Reference
Awesome Android references for everything like best practices, performance optimization, etc.
Stars: ✭ 2,701 (+3992.42%)
Mutual labels:  tutorials, android-development
Swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
Stars: ✭ 305 (+362.12%)
Mutual labels:  news, newsletter
Frontenddaily
前端开发博客,分享互联网最精彩的前端技术,欢迎关注我微信公众号:前端开发博客,回复 1024,领取前端进阶资料包,回复 加群,与大神一起交流学习。
Stars: ✭ 1,901 (+2780.3%)
Mutual labels:  news, newsletter
Awesome Mobile Machine Learning
A curated list of awesome mobile machine learning resources for iOS, Android, and edge devices.
Stars: ✭ 1,136 (+1621.21%)
Mutual labels:  tutorials, android-development
tutorials
All of our code examples and tutorials
Stars: ✭ 62 (-6.06%)
Mutual labels:  news, tutorials
Xreader
XML, NEWS, RSS & Scrapping Reader maked in Xamarin, for educational purpose.
Stars: ✭ 259 (+292.42%)
Mutual labels:  news, newsletter
Wtfjht
Logging the daily shock and awe in national politics. Read in moderation.
Stars: ✭ 386 (+484.85%)
Mutual labels:  news, newsletter
Django Newsfeed
A news curator and newsletter subscription package for Django
Stars: ✭ 155 (+134.85%)
Mutual labels:  news, newsletter
nodejs-tutorials-hapi
Examples for the hapi tutorial series within the Future Studio University
Stars: ✭ 70 (+6.06%)
Mutual labels:  tutorials
cache-lite
An extremely lite-weight cache framework in Kotlin, demonstrating how cache works.
Stars: ✭ 97 (+46.97%)
Mutual labels:  tutorials
OSC19-Linux-Workshop-Sessions
All of the workshop sessions of OSC'19 in .md and .pdf formats.
Stars: ✭ 45 (-31.82%)
Mutual labels:  tutorials
wtm-udacity-scholars-nanodegree-resources
A List of Resources for Udacity Nanodegrees
Stars: ✭ 15 (-77.27%)
Mutual labels:  android-development
weekly
DevComm-Shanghai Weekly 上海地区高校技术社团联合周报(欢迎投稿)
Stars: ✭ 67 (+1.52%)
Mutual labels:  newsletter
Bitcamp-2019
Won the most innovative solution at Bitcamp 2019.🎖🎉
Stars: ✭ 15 (-77.27%)
Mutual labels:  android-development
cmil
CMIL - Clarified Multilingual Intermediate Language
Stars: ✭ 32 (-51.52%)
Mutual labels:  tutorials
awesome-android-libraries
😎 A curated list of awesome Android libraries
Stars: ✭ 135 (+104.55%)
Mutual labels:  android-development
TradeTheEvent
Implementation of "Trade the Event: Corporate Events Detection for News-Based Event-Driven Trading." In Findings of ACL2021
Stars: ✭ 64 (-3.03%)
Mutual labels:  news

Android weekly application

Build Status

Android Weekly is a free newsletter that helps you to stay cutting-edge with your Android Development. The newsletter comes once a week and covers a broad range of topics like tutorials, screencasts, news... just everything that's awesome in the Android Development world!

This project is built on top of multiple libraries and concepts.

  • Multi module project.
  • Dependency Injection using Dagger 2 (Needs improvements).
  • Custom Git hooks for force ktlint style.
  • MVVM architecture.
  • Kotlin coroutines (Needs improvements).
  • Unit test (Needs improvements).
  • Room for saving the data on the local database (Needs improvements).
  • Using of static analysis tools e.x. detekt.
  • Material design for UI/UX (Needs improvements)
  • AndroidX

Demo:

Contributing

If you'd like to contribute, please take a look at the issue tracker, For new features, please open an issue to discuss it before beginning implementation.

Use AndroidWeeklyCodeStyle.xml for Android Studio code styles. Check this link for more information about how you can import code style in Android Studio.

Please set your Android studio kotlin code style based on Kotlin Coding Conventions. Check this link for more information about Kotlin Coding Conventions in Android Studio.

For adding new feature

Please make sure that each new feature should be in a new module with implementing core dependency, so we can change these modules to dynamic-feature in the future if we want.

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