SURE Universal The Soul of IoT SURE Platform – Complete IoT Ecosystem WiFi / OCF Z-Wave Zigbee BLE LoRa NB – IoT SURE Remote Smartphone Universal remote for Android and iPhone. 35M downloads; Top ranked and highly rated SURE Gateway …
Tag: development

#474 Daily dose : Navigation Gestures
Jealous of the cool new gesture navigation feature on all those new phones? With Navigation Gestures, you don’t have to go out and buy an aforementioned new phone if you want to change the way you use your phone. This …

#443 Daily dose : Online Compiler
#1 IDE on mobile to Edit, Compile and run programs. It has compiler for c language, compiler for c++ and 23 programming languages Online Console Compiler (Beta) is the fastest online compiler and IDE to compile and run programs/code snippets …

#434 Daily dose : Lottie – After Effects
Lottie is an animation library built by Airbnb that renders Adobe After Effects animations in real time on Android, iOS and React Native. This is a sample app that includes several animations as well as different ways Lottie can be …

#386 Daily dose : Coursera
On Coursera, you have access to: Mobile learning through our Apps for iOS and Android. Academic and technical support from our dedicated community of Course Mentors and our knowledgeable Learner Support team. Sharable Course and Specialization Certificates that you can …

#385 Daily dose : Text Fairy
Textfairy Android OCR App Features convert images to pdf recognize text in images basic document management delete edit merge multiple documents into one view table of content Project Structure app contains the android app code hocr2pdf contains c++ code to create pdf …

#377 Daily dose : Blynk – Arduino app
Blynk is a Platform for iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. It’s a digital dashboard where you can build a graphic interface for your project by simply dragging and dropping widgets. It’s really simple to …

Adding Images to Drawable folder in Android Project
Hello there everyone, This week we are going to see how to import images directly to the DRAWABLE folder in the Android Project Step 1: Rename the image with only small cases and underscore (_) only Step 2: The image …
Read More "Adding Images to Drawable folder in Android Project"

View Flipper Implementation
Hello there everyone, This week we are going to see how to implement VIEW FLIPPER in Android with IMAGES. The following code will help you implement a basic view flipper in your Android application APP.GRADLE : (DEPENDENCIES ONLY) dependencies { …