A.I, Data and Software Engineering

Categoryfull-stack

full-stack category

Welcome 2021 with some fun

Wonder how these kids are doing now? Their answers are brilliantly fun. Some are typical examples of out of box thinking and it is really good for creativity. Imagination is more important than knowledgeAlbert Einstein Image credits: Douglass Image credits: Douglass Source: imgur Source: clivewhite.co.uk Source: funcage.com Source: imgur Source: picslap.com Source: addfunny.com Source: alittle...

AMAZON EBS VS S3 vs EFS

Amazon EFS, Amazon EBS, and Amazon S3 are AWS’ three different cloud storage types that can be applied for different types of workload needs. Let’s take a closer look at the key features of each option, as well as the similarities and differences. Amazon EBS delivers high-availability block-level storage volumes for Amazon Elastic Compute Cloud (EC2) instances. It stores data on a file...

Material Design — Custom Alert Dialog

Google did an amazing job to promote material design. However there is not many articles about how to quickly style the custom dialog. So, we will cover some missing stuff here. Prerequisites Add material design dependency in Gradle file: implementation "com.google.android.material:material:<latest-version>" Make sure your AppTheme inherited from a material theme like:...

Advanced android room persistent storage

Room provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite. Because Room takes care of several concerns for you, e.g. caching, networking, Android highly recommend using Room instead of SQLite. If you are coming from iOS, the good news is that Room is very similar to the core data in iOS development. The task Field...

Tutorial: Multi-touch gesture for android

Multi-touch gestures are very useful in many common scenarios, such as zooming, panning. For game development, handling multi-touch is essential. This post will give a quick guide for handling multi-touch points. Project structure We create a new project name MultiTouch with Java and add a new class named GameScene as a subclass of android.view.View. The basic GameScene class is as follows...

A.I, Data and Software Engineering

PetaMinds focuses on developing the coolest topics in data science, A.I, and programming, and make them so digestible for everyone to learn and create amazing applications in a short time.

Categories