Status - a Mobile Ethereum Operating System Join us in creating a browser, messenger, and gateway to a decentralized world. Status is a free (libre) open source mobile client targeting Android & iOS built entirely on Ethereum technologies. That's right, no middle men and go-ethereum running directly on your device. Why? We believe in a medium of pure free trade, economies with fair, permission-...
Gakki This is a third-part client of Mastodon written by React Native(only Android is considered recently). 中文 Download APK Directly a series of development tutorials are being prepared. Features Immersive design Most Mastodon functions implemented Multi-Account support Night, Day mode Custom emoticon support (belong to cmx.im) Open-source completely No permission required(allow permissio...
UNDER DEVELOPMENT DroiDon DroiDon is android app for Mastodon Language Kotlin Architecture VIPER Architecture like. https://github.com/strongself/The-Book-of-VIPER/blob/master/english/introduction-to-viper.md https://www.ckl.io/blog/using-viper-architecture-android/ SetUp git clone git@github.com:sys1yagi/mastodon-android.git # build ./gradlew app:assembleDebug Test # app test ./gradlew app:te...
Realm is a mobile database that runs directly inside phones, tablets or wearables. This repository holds the source code for the Java version of Realm, which currently runs only on Android. Realm Kotlin See Realm Kotlin for more information about our new SDK written specifically for Kotlin Multiplatform and Android. The SDK is still experimental and the API surface has not been finalized yet, b...
Android Cookbook Examples This repo is among the largest collections of Android code samples anywhere; it contains around a hundred and fifty compilable source code examples from the O'Reilly Android Cookbook, a great source of tutorial material for the Android Developer. Not all recipes in the book or online have code accompanying them; this repo features code that was either linked by the co...
MvvmCross 👀 Check out mvvmcross.com to get started with MvvmCross 👀 MvvmCross is a cross-platform MVVM framework. It enables developers to create apps using the MVVM pattern on Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Xamarin.Forms, Universal Windows Platform (UWP) and Windows Presentation Framework (WPF). This allows for better code sharing by allowing you to share behavior and busine...
AppRopio.Mobile AppRopio – создай свое мобильное приложение Read this in other languages: English Для кого это? AppRopio разработан для частных предпринимателей и торговых компаний. Например, вы владелец кофейни, интернет-магазина или сети пекарен....
💬 Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network Introduction Berty is an anonymous, secure, peer-to-peer protocol that doesn't need an internet connection to function. There is a protocol that uses advanced cryptography and a messenger app that is built on top of the protocol. No phone number or email required t...
BITCOIN WALLET Welcome to Bitcoin Wallet, a standalone Bitcoin payment app for your Android device! This project contains several sub-projects: wallet: The Android app itself. This is probably what you're searching for. market: App description and promo material for the Google Play app store. integration-android: A tiny library for integrating Bitcoin payments into your own Android app (e.g. do...
AndroidChromium 中文文档 Brief Introduction Google browser android version of the source program This project is a world-class android architecture Clarify the project business logic can completely fit for domestic company engineer This project will follow up and update Google browser kernel version for a long time, welcome to the star Notice If you are using AndroidStudio above 2.0 version and...
Fedi for Pleroma and Mastodon Fedi is open-source client for Pleroma and Mastodon social networks written using Flutter. Pleroma and Mastodon are parts of Fediverse (decentralized social network). The main idea of Fediverse - nobody owns Fediverse. Anybody can run their server instance and use it to communicate with other people. So Fedi is an open-source mobile client for social networks and h...
JADX jadx - Dex to Java decompiler Command line and GUI tools for producing Java source code from Android Dex and Apk files Main features: decompile Dalvik bytecode to java classes from APK, dex, aar, aab and zip files decode AndroidManifest.xml and other resources from resources.arsc deobfuscator included jadx-gui features: view decompiled code with highlighted syntax jump to declaration find ...
Vue Native Visit our website at vue-native.io or read the official documentation here. Build native mobile apps using Vue Vue Native is a framework to build cross platform native mobile apps using JavaScript. It is a wrapper around the APIs of React Native. So, with Vue Native, you can do everything that you can do with React Native. With Vue Native, you get The simplicity of Vue.js. Incrementa...
OWASP Mobile Security Testing Guide This is the official GitHub Repository of the OWASP Mobile Security Testing Guide (MSTG). The MSTG is a comprehensive manual for mobile app security testing and reverse engineering. It describes technical processes for verifying the controls listed in the OWASP Mobile Application Verification Standard (MASVS). You can also read the MSTG on Gitbook or download...
React Native Firebase React Native Firebase is a collection of official React Native modules connecting you to Firebase services; each module is a light-weight JavaScript layer connecting you to the native Firebase SDKs for both iOS and Android. React Native Firebase is built with four key principals in mind; 🧪 Well tested every module is extensively tested to >95% coverage 👁 Well typed f...
ForkHub ForkHub started off as a fork of the official Android app from GitHub, and has since seen lots of improvements. You can see a comprehensive list of changes in the change log. Please see the issues section to report any bugs or feature requests and to see the list of known issues. Acknowledgements This project uses the GitHub Java API built on top of API v3. It also uses many other open ...
Nethereum.UI.Wallet.Sample This is a cross platform wallet example using Nethereum, Xamarin.Forms and MvvmCross, targetting all main mobile platforms Android, iOS, Windows, Dektop (windows 10 uwp), IoT with the Raspberry PI and Xbox. Work in progress. Screenshots from Morden Demo on the xbox: https://www.youtube.com/embed/WuRFmlcWFaA Demo on the Raspberry PI: https://www.youtube.com/watch?v=bGZ...
AndroidArchitectureComponent Android Architecture Component with Room database,View Model and Live Data This sample showcases the following Architecture Components: Room ViewModels LiveData Introduction Features This sample contains two screens: a list of delivery and a delivery detail view. Presentation layer The presentation layer consists of the following components: A main activity that han...
TMapViews TMapViews aims to create a more convenients implimentation of maps on IOS and Android in Xamarin. Boilerplate code has been rolled into a more userfirendly set-up structure, allowing for easier set-up and life-cycle managment of maps. Events such as location changed and map clicked have been rolled into commands that return common object typs, allowing for the handling of these events...
syncthing-android A wrapper of Syncthing for Android. Translations The project is translated on Transifex. Dev Language mappings are defined in .tx/config, with the second code being the one from transifex. Google play supported languages: https://support.google.com/googleplay/android-developer/table/4419860. Android supported languages: https://stackoverflow.com/questions/7973023/what-is-the-l...
Xamarin MvvmCross DREAMS Xamarin MvvmCross DREAMS is an opinionated take on how to make an MvvmCross app. If you have any comments, concerns, critique or ideas, please create an issue (or pull request :D) No more worrying about naming conventions, PCL profiles, android support dependencies or which logging framework to use. Now available as Visual Studio project template! DREAMS is now availabl...
PH Shared Element A demo of an approach to achieve shared element navigation using MvvmCross 5 and 6. Link to original Stack Overflow question which includes simplified approach. This repository contains three samples MvxCachingFragmentCompatActivity - A custom implementation demonstrating an approach to achieve shared element transitions. The sample makes use of a list that navigates to either...
Android-CleanArchitecture New version available written in Kotlin: Architecting Android… Reloaded Introduction This is a sample app that is part of a blog post I have written about how to architect android application using the Uncle Bob's clean architecture approach. Architecting Android…The clean way? Architecting Android…The evolution Tasting Dagger 2 on Android Clean Architecture…Dynam...
Cross Platform React Native UI Toolkit Get Started Installation Follow these instructions to install React Native Elements! Usage Start using the components or try it on Snack here. import { Button } from 'react-native-elements'; ; Components included: Avatar Badge BottomSheet Button ButtonGroup Card CheckBox Divider FAB Header HTML style headings Icon Image Input ListItem Linear Pro...
Create React Native App The fastest way to create universal React Native apps npx create-react-native-app Once you're up and running with Create React Native App, visit this tutorial for more information on building mobile apps with React. Features Native project ready to be built on to your device. Support for unimodules and auto-linking. OTA updates, and Gestures out of the box. Full support ...
Kitten Tricks This perfect starter kit is an app based on React Native and UI Kitten library with Light and Dark themes support. It's completely free and Open Source. Compose the application from available screens, add backend integration and you will end up with A-grade cross-platform mobile application. The themes can be changed in the runtime, without any need of reloading the application....
ChromeLikeTabSwitcher - README THIS LIBRARY IS STILL WORK IN PROGRESS. THE LAYOUT OPTIMIZED FOR TABLETS IS NOT IMPLEMENTED YET. "ChromeLikeTabSwitcher" is an Android-library, which provides a tab switcher similar to the one, which is used in the Android version of Google's Chrome browser. It provides layouts optimized for smartphone and tablet devices. The following GIFs illustrate the appearan...
React Native Calendars 🗓️ 📆 This module includes various customizable React-Native calendar components. The package is both Android and iOS compatible. Try it out You can run example module by performing these steps: $ git clone git@github.com:wix/react-native-calendars.git $ npm install $ react-native run-ios You can check example screens source code in example module screens This proj...
MvvmCross UserAgent Plugin Provides a cross-platform functionality to get the current User-Agent value. Installation Use NuGet package manager to install this library. Install-Package SByteDev.MvvmCross.Plugins.UserAgent Usage using SByteDev.MvvmCross.Plugins.UserAgent; var userAgent = await Mvx.IoCProvider.Resolve().GetUserAgentAsync(CancellationToken.None); Implementation Base...
JitPack.io JitPack is a novel package repository for JVM and Android projects. It builds Git projects on demand and provides you with ready-to-use artifacts (jar, aar). If you want your library to be available to the world, there is no need to go through project build and upload steps. All you need to do is push your project to GitHub and JitPack will take care of the rest. That's really it! ...
sol2 sol2 is a C++ library binding to Lua. It currently supports all Lua versions 5.1+ (LuaJIT 2.0+ and MoonJIT included). sol2 aims to be easy to use and easy to add to a project. The library is header-only for easy integration with projects, and a single header can be used for drag-and-drop start up. Sneak Peek #include #include int main() { sol::state lua; in...
Awesome-opensource-apps An awesome curated list of open source crafted web & mobile applications - Learn, Fork, Contribute & Most Importantly Enjoy! You want to develop an app, write tests for a feature or implement a feature and you don't know how to go about it, there might just be one app/repository here with the solution to your problem. Even if you are just a developer, manager or co-found...
Indigenous for Android An open social app with support for IndieWeb, Mastodon, Pleroma and Pixelfed. More information at https://indieweb.org/Indigenous and https://indigenous.realize.be iOS: https://github.com/swentel/indigenous-ios Desktop: https://github.com/swentel/indigenous-desktop Features Login with multiple domains and account types: IndieWeb: discover IndieAuth, micropub, microsub and...
Mapbox GL Native A C++ library that powers customizable vector maps in native applications on multiple platforms by taking stylesheets that conform to the Mapbox Style Specification, applying them to vector tiles that conform to the Mapbox Vector Tile Specification, and rendering them using OpenGL or Metal. To embed interactive maps into a native application using a platform-specific language, ...
React Native Push Notifications React Native Local and Remote Notifications for iOS and Android 🎉 Version 7.x is live ! 🎉 Check out for changes and migration in the CHANGELOG: Changelog Supporting the project Maintainers are welcome ! Feel free to contact me 😉 Changelog Changelog is available from version 3.1.3 here: Changelog Installation NPM npm install --save react-native-push-noti...
中文文档 中文介绍 Release Note v3.0-preview.13 PS: Before updating the beta version, please read the CHANGELOG to see if there are any BREAKING CHANGE Flutter SDK upgrades do not require Boost upgrades Simplify the architecture Simplify the interface Unified design of double-end interface Solved the Top Issue Android does not need to distinguish between AndroidX and Support FlutterBoost A next...
Outline Client The Outline Client is a cross-platform VPN or proxy client for Windows, macOS, iOS, Android, and ChromeOS. The Outline Client is designed for use with the Outline Server software, but it is fully compatible with any Shadowsocks server. The client's user interface is implemented in Polymer 2.0. Platform support is provided by Cordova and Electron, with additional native components...
No comments:
Post a Comment