Re: Programming for android.

2020-08-10 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Programming for android. @31Are you a screen reader user?  I'm getting the impression you aren't.  Almost everyone here is. URL: https://forum.audiogames.net/post/560180/#p560180 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Programming for android.

2020-08-10 Thread AudioGames . net Forum — Developers room : Phoenix009 via Audiogames-reflector
Re: Programming for android. Hmm?Strange. It worked just fine for me. However, at the end, I would always recommend React Native over Kivy, even though JS might be a pain to some people at the start. RN just has more native components and more hardware support in terms of accessing

Re: Programming for android.

2020-08-10 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Programming for android. I second camlorn, last time I tried it was completely inaccessible. When I say I tried, I really did. Tried multiple script designed to show various features of the framework, and none of them were accessible. URL: https://forum.audiogames.net/post/560167

Re: Programming for android.

2020-08-10 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Programming for android. @27Last I heard, Kivy is inaccessible and would need to be completely rewritten to fix that.  And when I say heard, I mean that I looked into being the one to fix it, but they didn't even have enough internals for keyboard focus and draw everything via the GPU

Re: Programming for android.

2020-08-10 Thread AudioGames . net Forum — Developers room : bhanuponguru via Audiogames-reflector
Re: Programming for android. @1i advise you to learn python and learn to use kivy. i don't know it is accessible or not but i heard it is cross platform gui framework. nd compile your code using buildozer module URL: https://forum.audiogames.net/post/560090/#p560090 -- Audiogames

Re: Programming for android.

2020-08-10 Thread AudioGames . net Forum — Developers room : Phoenix009 via Audiogames-reflector
Re: Programming for android. HiIf you do web programming, particularly in JS, I would recommend React native.It allows you to write one code base and compile it for Android and IOS.I would also recommend Kivy for Python. It's wonderful, and creates very good UI Systems using a mark-up

Re: Programming for android.

2020-08-09 Thread AudioGames . net Forum — Developers room : Dark Eagle via Audiogames-reflector
Re: Programming for android. @24:That sounds awesome. Now, if only there were ways for me to completely control my android device from my windows computer entirely, it would make my life so much easier.*wink wink* URL: https://forum.audiogames.net/post/559955/#p559955 -- Audiogames

Re: Programming for android.

2020-08-09 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Programming for android. Hi there,@16: as I read it back now, I agree, that my formulation was kind of unfortunate. What i meaned was, that basic functions of VisualStudio are just wrappers around command line tools.By basic functions, I meaned the really inevitable things

Re: Programming for android.

2020-08-09 Thread AudioGames . net Forum — Developers room : Shadow via Audiogames-reflector
Re: Programming for android. @Dark Eagle, assuming you are on Windows 10, you would download the necessary USB driver from Google and follow the provided installation steps. This is covered in the getting started instructions from the Flutter website. Once done, you attach an Android

Re: Programming for android.

2020-08-09 Thread AudioGames . net Forum — Developers room : Dark Eagle via Audiogames-reflector
Re: Programming for android. Okay, I read through the topic, but I don't get it.Let's suppose I made a project on flutter, but how exactly would I test that project?In case it was covered by the discussion, I apologize for missing it. URL: https://forum.audiogames.net/post/559761/#p559761

Re: Programming for android.

2020-08-08 Thread AudioGames . net Forum — Developers room : Shadow via Audiogames-reflector
Re: Programming for android. Where I work we have several apps written in Xamarin and I am not a fan. There are many capabilities that seem to be lacking and implementing more advanced accessibility features seems to be problematic. Flutter's accessibility capabilities are extensive

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: Programming for android. #18.VS 2017 used to lag horribly on my end. 2019 lags less but still. URL: https://forum.audiogames.net/post/559287/#p559287 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Programming for android. Dart is the programming language.  Flutter is a runtime, i.e. a set of libraries that you use with the programming language. URL: https://forum.audiogames.net/post/559276/#p559276 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : fawazar94 via Audiogames-reflector
Re: Programming for android. Hi @shadow I need to learn flutter as well since we are using it for our graduation project, however I read that to program in flutter you need to know dart, so these 2 books teach dart as well or it is not so necessary?I'll checkout both books, but just

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Programming for android. My bad. I meant that the studio is laggy for me when doing pretty much anything, errors were the first which came to mind, but autocompletion, editing, even browsing through the menus lags to an extent URL: https://forum.audiogames.net/post/559253/#p559253

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Programming for android. Hi@13 I know what it wants me to do, however I can not type in the fields. I press a letter any nothing happens. It's almost as if my SR won't treat them as edit boxes, even though it says "Edit". URL: https://forum.audiogames.net/post/55924

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Programming for android. @13Visual Studio is much more than a wrapper around command line tools, and if you're doing anything even remotely advanced with it then you will have problems.  Lots of things such as XAML have deep integration, and it isn't generally possible to just ignore

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: Programming for android. using c# from the commandline is possible in a number of ways, but at the end it'll all come down to your preference.If using the .net framework for instance what you could do is code in your text editor and then build using msbuild from the visual studio

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector
Re: Programming for android. @11 I thought Monogame supported .Net Core as of fairly recently, so should work fine from the command line or VSCode. URL: https://forum.audiogames.net/post/559241/#p559241 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Programming for android. Hi there,@11: rofl, I spent good few ten seconds thinking about what to the heck is C number. Just for information, it's pronounced CSharp, often shortened to C# or CS.The primary difference between C# and Python are their respective natures. Python

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: Programming for android. I was using VSCommunity and it actually worked OK with JAWS but now it doesn't open. It says i have to sign in but I can't type in the fields or anything so... URL: https://forum.audiogames.net/post/559238/#p559238 -- Audiogames-reflector mailing list

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Programming for android. I really want to like see number, I truly do. However, doing so is quite tough when visual studio lags for a solid two or so seconds when displaying my errors.  Combined with the fact that I need to get back into C-style syntax, I use python more than anything

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : Liam via Audiogames-reflector
Re: Programming for android. I've started looking at Zamran as well. I like it thus far. URL: https://forum.audiogames.net/post/559153/#p559153 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
Re: Programming for android. Hi there,I personally recommend Xamarin forms. It's based on C#, which is not just very nice from syntactical point of view, but is also well tested and has decades of development behind it.That especially for beginner means lot of questions answered on sites

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector
Re: Programming for android. Honestly I've never tried it. I remember researching it at some point and finding a dealbreaker, but don't recall what it was. Let me see:Hmm, it may have been the lack of VSCode support, or maybe the awkward .Net Core/Mono split. Hopefully .Net 5 will resolve

Re: Programming for android.

2020-08-07 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Programming for android. What do you think about Xamarin as for mobile development? URL: https://forum.audiogames.net/post/559131/#p559131 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Programming for android.

2020-08-06 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector
Re: Programming for android. Thirded on the recommendation of Flutter. At this point, unless I need some deeper native integration, I'll go with that. If you don't know whether or not you need deeper native integration, I'll save you the trouble and say that you don't. And if you *do

Re: Programming for android.

2020-08-06 Thread AudioGames . net Forum — Developers room : Shadow via Audiogames-reflector
Re: Programming for android. I can recommend Flutter from personal experience. It can be programmed in VSCode which has support for all the formatting, autocomplete and so on. It can easily be built on a physical device, which means it is easy to test if you need a screen reader and can't

Re: Programming for android.

2020-08-06 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: Programming for android. @1I've not used it but I'd look at Dart and Flutter.  I'm told the accessibility is really good.  In the long run you'll need at least some Java, though.@2I mean in fairness accessibility is a legitimate problem here. URL: https://forum.audiogames.net/post

Re: Programming for android.

2020-08-06 Thread AudioGames . net Forum — Developers room : JayJay via Audiogames-reflector
Re: Programming for android. Um, very off topic, but @2, if you're using elliquence, and you read the first word in yor post it says pross. But if you go to your signature then come back up it says proceed as normal. I've been nocicing this for a while. I wonder wwhy it happens? URL

Re: Programming for android.

2020-08-06 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: Programming for android. Proceed by going to google.com and typing your question into the search field. URL: https://forum.audiogames.net/post/558924/#p558924 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi

Re: Programming for Android. Comparing Java and C#

2019-03-02 Thread AudioGames . net Forum — Developers room : jonikster via Audiogames-reflector
Re: Programming for Android. Comparing Java and C# Origine, thank you very mutch for it! URL: https://forum.audiogames.net/post/415779/#p415779 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Programming for Android. Comparing Java and C#

2019-03-02 Thread AudioGames . net Forum — Developers room : Origine via Audiogames-reflector
Re: Programming for Android. Comparing Java and C# If you want to make it in C#, I'd say go for it. Xamarin is still getting a ton of support, there is a lot of documentation, you have access to all Google APIs and iOS features wrapped in C#. There is Xamarin university to learn

Re: programming for android if you are blind?

2017-02-21 Thread AudioGames . net Forum — Developers room : tabutcu via Audiogames-reflector
Re: programming for android if you are blind? ı agree post 2 and 3. URL: http://forum.audiogames.net/viewtopic.php?pid=298712#p298712 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: programming for android if you are blind?

2017-02-16 Thread AudioGames . net Forum — Developers room : king gamer222 via Audiogames-reflector
Re: programming for android if you are blind? Interesting. If only this accessibility support worked in Linux, but I think that is the fault of java-atk-wrapper not working with JDK 8. URL: http://forum.audiogames.net/viewtopic.php?pid=29#p29

Re: programming for android if you are blind?

2017-02-11 Thread AudioGames . net Forum — Developers room : Hrvoje via Audiogames-reflector
Re: programming for android if you are blind? The best way to go for Android development is Android Studio with Java. Android Studio is quite accessible since version 2.2, I've tried it. There's an article which describes how to enable accessibility in Android Studio: https

Re: programming for android if you are blind?

2017-02-10 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: programming for android if you are blind? There's a list of languages on this [post], Java being the primary language, along with C++, Python, and a few others. I know the Python Kivy library has Android support, though i've never used it myself. URL: http://forum.audiogames.net