- 9
- 144 632
Lofty Development
United States
Приєднався 6 лют 2017
Hi there I'm Connor, a mobile software developer living just outside of Philadelphia, PA. I got my first taste of coding in 2014. I spent the following summer learning to create my own Android apps. Since then I've continued to expand my tool set by finishing a computer science degree, publishing my own apps, and diving head first into new technologies such as React Native & Flutter. In 2016 I started my professional career as a software developer and have delivered production level software that is used today in the form of native Android applications and various other technologies such as Spring Boot, JavaScript, R, and Visual Basic. I'm on UA-cam giving back to the community that led to much of my learning as i provide tutorials on technologies I have been successful at adapting.
Control Android Phone from PC, Easy Debugging & Demos - ScrCpy Tutorial
Hi everyone, I made this video to show you a cool tool for developing any type of Android app. It is called Screen Copy (ScrCpy) and it allow you to control your Android device through your computer. It pretty much lets you combine the best of both worlds between using a real device and an emulator. It's great for speeding up development and debugging as you can use your mouse and keyboard for testing your application. I also find it very convenient for demos or tutorials like this one as you avoid the possibility of any emulator lag.
ScrCpy Download / Github: github.com/Genymobile/scrcpy
If you found this video useful please subscribe for more Android / Flutter / Mobile tutorials in the future!
Check out my most recommended books to learn Flutter or Native Android Development:
Flutter Complete Reference - amzn.to/2GVQspm
Head First Android Development - amzn.to/3lqbBqB
Android Programming: The Big Nerd Ranch Guide - amzn.to/2UkYJWM
(Links are Amazon Affiliate links and purchases help support the channel)
ScrCpy Download / Github: github.com/Genymobile/scrcpy
If you found this video useful please subscribe for more Android / Flutter / Mobile tutorials in the future!
Check out my most recommended books to learn Flutter or Native Android Development:
Flutter Complete Reference - amzn.to/2GVQspm
Head First Android Development - amzn.to/3lqbBqB
Android Programming: The Big Nerd Ranch Guide - amzn.to/2UkYJWM
(Links are Amazon Affiliate links and purchases help support the channel)
Переглядів: 2 186
Відео
Simple Jetpack Navigation Example - Android Jetpack Tutorial
Переглядів 3554 роки тому
This tutorial covers using Jetpack Navigation to add navigation between fragments into your Android application. As of early 2020 it is the recommended way to perform navigation by Google with the one activity and multiple fragment model. It is not necessarily the best as there are alternatives but due to it being pushed by Google it is important to know and it is pretty easy to use as you will...
Simple & Modern BottomSheet in Flutter
Переглядів 7 тис.4 роки тому
In this tutorial we will go through how to easily add a BottomSheet to a Flutter application with a modern look. A BottomSheet is a dialog that slides in from the bottom of the screen to reveal content to the user. This is a very good way to show simple fields or forms to a user instead of using a modal / dialog. One benefit of a BottomSheet is that it allows content to be placed near where use...
Easily Add Flutter as AAR to Android App
Переглядів 10 тис.4 роки тому
In this tutorial we will go through how to generate an AAR dependency from a Flutter module and add it to a native Android application. This packages the Flutter module as a local Maven repository that can be added to a native application without the need to install the Flutter SDK. This project shows adding a Flutter module consisting of a splash screen to a native Android application written ...
Easily Add Flutter to a Native Android App
Переглядів 14 тис.4 роки тому
This tutorial shows how to add a Flutter module to an existing native Android application. This method can be used for a new app or an existing one. This tutorial uses native Kotlin code but it will work just as well for Java based apps. This tutorial shows how to add a splash screen written in Flutter to an existing native Android app although it can easily be expanded upon to add a fully func...
Android: Create a Quick Gradient Button
Переглядів 3,3 тис.7 років тому
A short tutorial on how to quickly create a gradient button for your Android app. Check out my most recommended books to learn Android Development: Head First Android Development - amzn.to/3lqbBqB Android Programming: The Big Nerd Ranch Guide - amzn.to/2UkYJWM Kotlin Programming: The Big Nerd Ranch Guide - amzn.to/3pnWb8y (Links are Amazon Affiliate links and purchases help support the channel)
Create a Runnable Jar File in Eclipse
Переглядів 6 тис.7 років тому
A quick tutorial on how to create a runnable Jar file in Eclipse that will run your Java program without the need to be in Eclipse or any IDE. Check out my most recommended books to learn Java Development: Head First Java - amzn.to/38utHnQ Learn Java in One Day - amzn.to/3lu4Jc0 (Links are Amazon Affiliate links and purchases help support the channel)
Install External Java JAR Library Easily in Eclipse
Переглядів 18 тис.7 років тому
How to quickly install an external Jar file to a Java project using the Eclipse. Check out my most recommended books to learn Java Development: Head First Java - amzn.to/38utHnQ Learn Java in One Day - amzn.to/3lu4Jc0 (Links are Amazon Affiliate links and purchases help support the channel)
Install External Java JAR Library Easily in Netbeans
Переглядів 83 тис.7 років тому
A quick tutorial on how to easily install an external Java library to a Java project in Netbeans. Check out my most recommended books to learn Java Development: Head First Java - amzn.to/38utHnQ Learn Java in One Day - amzn.to/3lu4Jc0 (Links are Amazon Affiliate links and purchases help support the channel)
bkl
Thank You🙂
I don't understand. I'm trying to do this with weka and it's not working
Thank you very much!!!!!!!
AARs can only be built for plugin or module projects. getting this error for my project
I don't see the Librairies node, or Librairies in the properties of the project. I went to Tools/Librairies and created a Jdom librairy but I can't add it to the project
Please tell us if you are able to pass the data? I have tried with method channels and pigeon lib, but nothing works. It looks like if we start a new activity then the methodhandler is not accessible from flutter, because it gives error that No Implementation found for this channel, even the channel is created properly. What I thought now is to add flutter as a fragment or views to the native activity so maybe it starts taking the clicks. But My question to you now is, Is it okay to add fully fledged flutter app as an fragment or view to one activity?
Thank you my broo, this video is very helped mee👍
Your project gives error, cannot resolve Binding
why does mine does not show librrries in properties
thanks helped me
Oooonnnn
how to show splash screen from button. like on 0:13 ?
How can I pass values from native Android app to Flutter module?
do you know to answer now, please if you can help me with the article's link
@@aihrarshaikh8975 yes
Thanks, man but can u explain how to pass data between the module and host app?
maybe with interfaces you can solve this.
Please tell us if you are able to pass the data? I have tried with method channels and pigeon lib, but nothing works. It looks like if we start a new activity then the methodhandler is not accessible from flutter, because it gives error that No Implementation found for this channel, even the channel is created properly. What I thought now is to add flutter as a fragment or views to the native activity so maybe it starts taking the clicks. But My question to you now is, Is it okay to add fully fledged flutter app as an fragment or view to one activity?
I am really having trouble implementing this or the aar one, can you make an update video on new versions? That would be awesome!
Every time when I download a java library it is an archive with bunch of files with different formats😐
Excellent! I wish this showed up at the top of the Google search to solve this issue.
want to know do this support debug both side or not?
Great, if upon hitting the button an API is consumed, can you add animation to the button until a response is received?
which is better ? I think adding flutter in android apps is like making duplicate action. Better just create only flutter ?
This would be great if you already have the android-ios app beforehand and want to implement Flutter module to save time
Thkx man <3
Thanks, Obrigado (pt-BR)!
Thanks, I finally found it.
How
hi can i ask how to fix that theres no libraries in my netbeans help me
same problem here
Hey man greetings from a fellow flutter developer. Thank you so much for this repo. I have searched for this kind of app but couldnt find any. Thanks again. Also I have a small youtube channel. I hope we could collaborate. Let me know : ) btw my channel - PushHub
Epic video man! But please put the links in the description :D.
Ah I can't believe I forgot to link to it. It's posted now. Thanks for the reminder!
nope
.
realy nice, thanks!!
Thank You !
Thanks for making this video. I'm having issue setting this up. Gradle sync is failing after following all the steps. Please help!
same issue
nice, thanks for share
Where do I get the jar file I'm exhausted!
How to open android activity after that?
Is there any way in which we can use flutter just for UI and use java for logics?
After upgrading to Android Studio 4.0 The project 'Test' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0). Upgrade plugin to version 4.0.0 and sync project
Very well explained, short and clear. Can you make a series on utilizing flutter UI and Kotlin as base code?
i guess Im kinda randomly asking but do anyone know a good place to watch new movies online?
@Bowen Peyton I watch on flixzone. Just search on google for it :)
@Harley Anderson definitely, have been using FlixZone for years myself :)
@Harley Anderson Thanks, I went there and it seems like they got a lot of movies there :) Appreciate it !!
@Bowen Peyton Happy to help :)
Very helpful, thank you!!!
Спасибо!!! Теперь, благодаря тебе, у меня красивые кнопки в моем проекте 💛
Thank you sir.
Hey man, are you able to replicate this for us VScode developers without using Maven or Gradle? Saw some links about referencing custom libraries but could not get it working.
Greet help , thaks ! greetings from Mexico(: !
thank you so much!! this video helped me a lot!!
My class is inside the default package of the jar so import statements arent working.. Help!
👍
i have this error AGPBI: {"kind":"error","text":"error: \u0027Float\u0027 is incompatible with attribute android:centerX (attr) float|fraction.","sources":[{"file":"D:\\Documents\\AndroidStudioProjects\\Admin123\\app\\src\\main\ es\\drawable\\btn_bkgd.xml","position":{"startLine":6}}],"original":"","tool":"AAPT"} AGPBI: {"kind":"error","text":"error: \u0027Float\u0027 is incompatible with attribute android:centerY (attr) float|fraction.","sources":[{"file":"D:\\Documents\\AndroidStudioProjects\\Admin123\\app\\src\\main\ es\\drawable\\btn_bkgd.xml","position":{"startLine":6}}],"original":"","tool":"AAPT"} AGPBI: {"kind":"error","text":"error: \u0027Float\u0027 is incompatible with attribute android:gradientRadius (attr) float|dimension|fraction.","sources":[{"file":"D:\\Documents\\AndroidStudioProjects\\Admin123\\app\\src\\main\ es\\drawable\\btn_bkgd.xml","position":{"startLine":6}}],"original":"","tool":"AAPT"} help plis i use a button with a shape
you deserve more subs m8, thanks for the tutorial!
Very useful thanks man
Thanks!