Sam
07/08/2021, 4:46 PMDesign system naming conventions in Modularization
so I hope I can have more feedback about naming conventions in Modularization
Thanks.
https://github.com/chihung93/android-design-system-naming-conventionsYogesh Paliyal
10/19/2021, 4:01 AMtherealbluepandabear
10/29/2021, 7:57 AMtherealbluepandabear
10/29/2021, 8:21 AMmertceyhan
11/02/2021, 1:13 PMakshay
01/09/2022, 3:10 AMtherealbluepandabear
01/16/2022, 8:00 AMoianmol
05/06/2022, 6:49 AMJintin
06/06/2022, 11:31 AMoianmol
06/09/2022, 9:13 AMCh8n
07/20/2022, 7:48 AMoianmol
07/28/2022, 3:51 AMYashwant Gowla
08/23/2022, 1:20 PMYashwant Gowla
08/23/2022, 1:21 PMhisham bin awiad
03/05/2023, 9:34 AMInstallation failed due to: 'Failed to commit install session 169461024 with command package install-commit 169461024. Error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl169461024.tmp/base.apk (at Binary XML file line #139): com.common.broadcast.NetworkBroadCastReceiver: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present'
akshay
08/04/2023, 3:45 PMShahzad Afridi
08/04/2023, 5:49 PMSwapnil Musale
08/22/2023, 1:16 PMJintin
09/02/2023, 8:30 AMTypedBundle
for Android development - https://github.com/Jintin/TypedBundle/
Example usage:
val textKey = StringKey("SomeStringKey")
val intKey = IntKey("SomeIntKey")
val bundle = Bundle()
bundle.put(textKey, "Some text") // only String value is acceptable
bundle.put(intKey, 12345) // only Int value is acceptable
val text = bundle.get(textKey, "") // guarantee result to be a String
val int = bundle.get(intKey, -1) // guarantee result to be an Int
the great warrior
09/14/2023, 6:16 PMBehnam Banaei
10/11/2023, 1:54 PMÖmer Faruk Delibaş
11/06/2023, 2:06 PMIsmail BENABDALLAH
02/02/2024, 12:36 PMSamuel Ajibade
02/03/2024, 8:05 PMYahor
04/05/2024, 7:22 PMYassine Abou
06/24/2024, 12:58 AMYashwant Gowla
07/18/2024, 9:04 AMAbhay
07/29/2024, 6:19 AMGouri Panda
12/01/2024, 11:21 PMSéraphin Vandegar
01/07/2025, 10:32 PM