@@ -13,24 +13,24 @@ Mobile Application for the Weekly Xamarin Newsletter
13
13
* View events (streams, meetups, large events)
14
14
* Search articles (title, description, author, tags)
15
15
* Push Notifications (of new articles)
16
- * Save an article.
17
- * Mark an article as a favorite.
16
+ * Save an article
17
+ * Mark an article as a favorite
18
18
* Upvote articles
19
19
* Suggest topics to provide a backlog of ideas for content creators
20
20
21
21
# Functional - Nice To Haves
22
22
* Cache HTML of articles for offline view (maybe a user setting)
23
23
24
- # Non-Functioal Requirements
25
- * Themeing (dark / light / custom modes)
24
+ # Non-Functional Requirements
25
+ * Theming (dark / light / custom modes)
26
26
* No Auth - user not required to login
27
27
* CI/CD Github Actions
28
28
* Testing builds and releases (AppCenter)
29
29
* UITests (maybe depending on the complexity and cost)
30
30
* Caching of Newsletter Issues (Editions) & Articles (Titles, authors, tags, links)
31
31
32
32
# Goals
33
- * Recognise the community.
33
+ * Recognise the community
34
34
* No Backend - No hosting infrastructure
35
35
36
36
# Platforms
@@ -40,11 +40,11 @@ Mobile Application for the Weekly Xamarin Newsletter
40
40
* Dual Screen
41
41
42
42
# Tech
43
- * Xamarin.Forms
43
+ * [ Xamarin.Forms] ( https://github.com/xamarin/Xamarin.Forms )
44
44
* Shell
45
45
* Pancakes - all the way down
46
- * Lottie
47
- * Caching - Akavache, MonkeyCache
46
+ * [ Lottie] ( https://github.com/Baseflow/LottieXamarin )
47
+ * Caching - [ Akavache] ( https://github.com/reactiveui/Akavache ) , [ MonkeyCache] ( https://github.com/jamesmontemagno/monkey-cache )
48
48
49
49
Development
50
50
* Very open source, anyone can contribute to the app
0 commit comments