Kotlin 版玩Android (采用的是 LiveData+ViewModel+RxJava+okHttp+Retrofit+Glide 架构 ) 0 stars 23 forks Branches Tags Activity Star Notifications Code Pull requests Actions Projects Security Insights TinyHai/
Android: get active, current or foreground Activity Visual Studio 2015 Update 3 offline installation ISO download link Kotlin for Android (I) Why I love Kotlin Android: automatic set or update versionName from versionCode Android: Handle Custom protocol Urls ...
ggwave-objcMinimal Objective-C iOS app using ggwaveAudioToolbox ggwave-javaMinimal Java Android app using ggwaveandroid.media ggwave-kmmKotlin Multiplatform Project using ggwaveandroid.media, javax.sound.sampled ggwave-fmTransmit ggwave messages with HackRFRadio ...
March 11, 2024 compose kotlin android Mobile & Desktop Apps with Compose Multiplatform JetBrains Compose Multiplatform builds on Jetpack Compose - Google's modern toolkit for building native Android UIs bringing it to more platforms, including Windows, macOS and Linux Desktops. It offers a modern...
Click-to-run Debian Bookworm XFCE/LXQt/... on Android for Chinese users, with the Fcitx Pinyin input method preinstalled. No Termux is required. If you want to change the language in the container, run "tmoe", since this root filesystem is made usingtmoe. ...
src/ ├── main/ │ ├── kotlin/ │ │ └── com/husttwj/imagecompress/ # Main plugin logic │ └── resources/ │ └── META-INF/plugin.xml # Plugin descriptor 🙏 AcknowledgementThanks to the TinyPNG Image Optimizer plugin. Although it's incompatible with Android Studio Meerkat...
Open rules_kotlin project in Android Studio, using existing .bazelproject file as project view. In terminal, build the kotlin target you want to debug, using the subcommand option, ex: bazel build //lib/mylib:main_kt -s. You can also use bazel aquery to get this info. Locate the subc...
But don't worry, with the power of Kotlin you can achieve the same effection by just adding a overridable Int val in you BaseActivity. Like this:// Declare a super activity class like this open class BaseActivity : AppCompatActivity() { @LayoutRes open val layoutRes: Int = 0 override ...
Icons also available as Android Vector Drawables, so you can easily use them in Android apps.They are converted using Android Studio and are not guaranteed to be under 1KB.To convert in Android Studio, go to Tools ➡ Resource Manager ➡ Drawable ➡ + ➡ Import Drawables ➡ then ...
RxStore is a simple persistence framework for those already making use of RxJava2 in their projects. There are many occasions where you don't need the complexity introduced by a database; you just require a simple put/get API.We have found this particularly useful on Android, where there ...