Codeaamy

May 31, 2023

Flutter: Translucent Screen Layout

TL;DR First Screen Navigate to Second Screen using import 'package:flutter/cupertino.dart';import 'second_screen.dart';showCupertinoModalPopup(context: context, builder: (context) => SecondScreen()); Second Screen import 'dart:ui';Scaffold( appBar: AppBar( backgroundColor: Colors.transparent, ), backgroundColor: […]
May 31, 2023

Setting Up iOS Development Environment

So you want to create your own app? Thats great. Creating an app is very fun and interesting. I still remember the time, when I started […]
May 31, 2023

How To Start Your Programming Career

So one day you get up and think “How great it would be to become a Developer, or I should build an App”. Hold on to […]