Delight-Playground
SqlDelight
- SqlDelight can be used for various platforms such as Android, iOS, web etc. The initial setup of SqlDelight is not as easy as Room but also not difficult.
- If you need to know more about SqlDelight, please read the documentation or my article.
Content of the app
- We will initially fetch a list of rockets from SpaceX Api using Ktor.
- We will then cache the data using SqlDelight and display it.
Libraries used and it's source
🧾
More Information
-
The app also includes example usage of Scaffold API, handling backPress, theming, best practices of Jetpack Compose.
TODO
- Implement dark mode toggle using Jetpack Datastore.
How to contribute?
- You can start a discussion and then open a PR, Let's learn together!
License
Copyright 2020 Kasem S.M
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.