Pinned Repositories
AppStoreReplicaApp
A replica of the App Store user interface made in SwiftUI.
AppSwiftUI
SwiftUI Application
jmanalang3's Repositories
jmanalang3/AppStoreReplicaApp
A replica of the App Store user interface made in SwiftUI.
jmanalang3/AppSwiftUI
SwiftUI Application
jmanalang3/awesome-rxswift
An "awesome" type curated list of RxSwift library and learning material
jmanalang3/CleanArchitectureRxSwift
Example of Clean Architecture of iOS app using RxSwift
jmanalang3/CodeExamples
Code Examples
jmanalang3/CodilityLessons
Solutions solved in Swift 4.2
jmanalang3/collection-view-compositional-layout-demo
An exploration of the iOS 13 API UICollectionViewCompositionalLayout
jmanalang3/Cook-Book
A cooking recipe application
jmanalang3/customTabBarSwift
A custom tab navigation implementation in swift
jmanalang3/Expenso-iOS
A Simple Expense Tracker App built to demonstrate the use of SwiftUI, CoreData, Charts, Biometrics (Face & Touch ID), Export CSV and MVVM Architecture.
jmanalang3/Flawless-iOS
Awesome iOS guides from the community, shared on Flawless iOS Medium blog ๐
jmanalang3/ImageInNavigationBarDemo
Demo project that shows a resizable image in right top corner of Navigation Bar with Large Title (iOS11)
jmanalang3/iOS-Clean-Architecture-MVVM
Template iOS app using Clean Architecture and MVVM. Includes DIContainer, FlowCoordinator, DTO, Response Caching and one of the views in SwiftUI
jmanalang3/ios-swift-collapsible-table-section
:iphone: A simple iOS Swift project demonstrates how to implement collapsible table section.
jmanalang3/isJailBroken
A UIDevice extension to check whether an iOS Device is Jail Broken or not.
jmanalang3/Itunes-Manalang
jmanalang3/Jetpack-Compose-Tutorials
๐๐งจ๐ Series of Tutorials to learn about Jetpack Compose with subjects Material Widgets, Layout, SubcomposeLayout, custom layouts, State, custom rememberable, recomposition, LaunchedEffect, side-effects, Gesture, Animation, Navigation, Canvas, UIs like whatsapp and others.
jmanalang3/jmanalang3
Config files for my GitHub profile.
jmanalang3/kavsoft-swiftui-animations
SwiftUI animation tutorials, all of demos are consisted of youtube videos at website of kavsoft. ๐ https://kavsoft.dev
jmanalang3/Messenger
iOS - Real-time messaging app ๐จ
jmanalang3/MGCleanArchitecture
Clean Architecture with RxSwift & MVVM - Templates and Solutions
jmanalang3/Recipe-App
jmanalang3/samples
iOS and Swift Projects and code sample to support https://benoitpasquier.com
jmanalang3/Swift-CleanArchitecture
Simple Swift project applying concepts inspired on the Clean Architecture
jmanalang3/SwifterSwift
A handy collection of more than 500 native Swift extensions to boost your productivity.
jmanalang3/swiftui-target-architecture
jmanalang3/TheBankApp
This repo is dedicated to show my approach to building iOS apps involving MVVM-C architecture, RxSwift framework, Programatic UI using SnapKit, Unit/Snapshot Testing in order to create robust and statically typed system within the app.
jmanalang3/tutorials
This repository contains all the Swift 5 sample codes for the site.
jmanalang3/UpcomingMovies
Movies app written in Swift 5 using the TMDb API and demonstrating Clean Architecture, Dependency Injection, MVVM and Coordinators.
jmanalang3/VIPER-Demo-App
iOS app demonstrating use of VIPER Architecture, written for my Medium article. Uses https://thesimpsonsquoteapi.glitch.me API to retrieve quotes, characters, and image urls. My VIPER Xcode Template: https://github.com/zafarivaev/VIPER-Template