• Activity
  • Votes
  • Comments
  • New
  • All activity
  • Showing only topics with the tag "android". Back to normal view
    1. What little known mobile apps do you use?

      What are some apps that you use that aren't particularly well known? Let's help each other discover some interesting new tools! lichess - best chess app out there IMO. Completely free and open...

      What are some apps that you use that aren't particularly well known? Let's help each other discover some interesting new tools!

      lichess - best chess app out there IMO. Completely free and open source, has daily puzzles, and a pretty active pool of users to play against!
      Syncthing - file syncing tool that works with just about any operating system (although I don't think it works with iOS). I use it to take notes and write lyrics/my journal and sync them back to my linux laptop.
      Untappd - social media app for tracking craft beers that you drink. I've only just started using it, since I was on holiday and wanted to keep a note of the ales I was drinking. It's a free app, but supported by ads. I believe there's a paid tier, but the free version works well enough, and it's useful for encouraging me and my friends to try new beers when we're out and about.
      WK - Japanese flashcard app, which is technically a front-end for the wanikani service. As you learn new radicals, characters, and vocabulary, it serves them back up to you after a certain length of time. If you remember it, it'll wait longer next time, and if you don't get it right, it brings it back to the top of the pile.

      30 votes
    2. An easy way to browse tildes on mobile

      Using Hermit - Lite Apps Browser you can make a shortcut to a dedicated browser session (with cookies and such, so you can stay logged in like an app) for tildes! I find that it works pretty well...

      Using Hermit - Lite Apps Browser you can make a shortcut to a dedicated browser session (with cookies and such, so you can stay logged in like an app) for tildes! I find that it works pretty well for a mobile app "substitute" and also it lets me keep tildes separate from all the tags I have open in my main web browser. Figured I'd share my solution for tildes mobile for the curious :)

      16 votes
    3. OnePlus made me buy my Pixel 3. Anyone else have bad experiences with OnePlus?

      This is going to sound like a total rant, but I just don't know what to do anymore. I've been completely screwed by OnePlus and they really just don't care. I bought a OnePlus 6T back at the end...

      This is going to sound like a total rant, but I just don't know what to do anymore. I've been completely screwed by OnePlus and they really just don't care. I bought a OnePlus 6T back at the end of November and received it in early December. It has barely worked for about two weeks since then. The ticket I have open with them is ridiculously long. And then they just went dead silent on me. I assumed I was being ignored. I even got the perma-hold ignore on the phone too. But today OnePlus finally replied after 27 days!! During all this time I just went out and bought a Pixel 3XL and I am tickled pink with it.

      If anyone wants a good laugh at my expense you are welcome to read my story on my site read my story on my site.

      From the bottom of my heart - be careful spending your money with OnePlus.

      *edit - formatting

      5 votes
    4. Why aren't smartphones like PCs where you have choice over your OS and get updates directly from OS vendor?

      I can install Linux or Windows or even BSD on my laptop without much hassle, and get the updates directly from the OS vendors. This isn't the case for smartphones. You don't have choice over your...

      I can install Linux or Windows or even BSD on my laptop without much hassle, and get the updates directly from the OS vendors.

      This isn't the case for smartphones. You don't have choice over your OS. You don't even get android updates directly from Google, and have to wait for device manufacturers to release the updates. Why is it so?

      32 votes
    5. Experiences with LineageOS and/or moving from iPhone to Android (or LineageOS )

      Hi there, I'm considering purchasing a used Galaxy S7 and moving to LineageOS and would like to hear about similiar experiences. I currently own a iPhone 5S (only my second smartphone). I plan to...

      Hi there,

      I'm considering purchasing a used Galaxy S7 and moving to LineageOS and would like to hear about similiar experiences. I currently own a iPhone 5S (only my second smartphone). I plan to continue using Ting as my provider.

      I am attracted to LineageOS because it's open source and allows greater control than the standard Android-build I'd get from an ISP. I'm not afraid of installing ROMs or tinkering - I know I'll be doing a lot more of that by moving to an open-source OS.

      I was looking at Galaxy S7 because it's well-known and has wide support/information available on forums, etc and of course because it's relatively cheap to get a used one ($200-ish).

      I'm in the US and use Ting as my provider.

      So some questions I have are:

      • Should I expect to use the standard Google Play store? I'm still a little unclear on this after looking at the LineageOS website and wiki. The best I could find for an answer is this article talking about installing default google apps. I think my question is so basic it's not addressed on their site lol.
      • Can I drag and drop MP3s from my computer to the phone? In other words, can I get my music on there without having to install something dreadful like iTunes or use Spotify/Amazon Music?
      • The LineageOS project looks healthy to my untrained eye...any rumors that it'll vanish overnight?
      • I found these instructions for a Galaxy S7 Anything else I should know or look out for?
      • Any general thoughts/advice about moving from the Apple to the Google ecosystem? I'm entrenched in Google everywhere BUT my iPhone where I mostly use Google apps.
      • What else should I look out for? See any gaps in my understanding?
      19 votes
    6. Anyone here using Flutter?

      In the rare chance you haven't heard of Flutter, here's the link: https://flutter.io Flutter just officially left beta with v1.0 December 4, last year. The code is written in Dart, and deploys on...

      In the rare chance you haven't heard of Flutter, here's the link: https://flutter.io

      Flutter just officially left beta with v1.0 December 4, last year. The code is written in Dart, and deploys on Android, and iOS (and will run natively on the rumored Fuchsia OS).

      So for those of you that have used Flutter or are currently using Flutter.

      • What are you working on?
      • Why'd you choose Flutter?
      • What do you like about Flutter?
      • And what do you dislike about Flutter?

       

      I'll start:

      I'm working on a niche art app. I myself do not do that type of art, but knowing people that do, I wanted to create a tool to fill in the lackluckster market for Chromebooks and Android.
      I chose Flutter because:

      • I wanted to try something new, and what newer than something that was (at the time) in beta?
      • Custom Views in Android are a hassle.
      • I will be able to release on both Android and iOS (semi-)natively without having to code it twice.

      Here's what I like about Flutter:

      • Layouts are really simple.
        (though you can easily let it get clustered if you don't think too much about it.)
      • Design isn't an afterthought.
        Animations are built in (and simple), themes aren't hard-coded, and Material Components get more attention here. (Still waiting for Shapes on Android)
      • It's fast by design.
        Flutter uses its own custom rendering engine (Skia). I've never experienced any stutter with the built-in components, and when I caused lag (with heavy I/O) Flutter/Dart had tools in place for me to narrow down exactly what was causing it.

      What I don't like about Flutter:

      • It has poor mouse/trackpad support.
        Right clicks, not a thing. I can workaround this with a double-click/long-click, but for a desktop OS, this isn't optimal. Scrolling, that's panning, this should be differentiated. There's a difference between using a scrollwheel and moving finger around on the screen. According to Flutter there is not. There's also currently no support for mouse hovers which I have needed very much.
        There is a pull-request for adding support for all of these, but the developer hasn't done anything since code review.
      • Keyboard support, while there, is lackluster.
        Ctrl, Shift, Alt. These have to be gotten with the meta code. There's no built-in function for checking those. Text fields don't support the tab key to navigate. And text formatting (bold, italic, etc.) isn't possible with text fields without the use of a library (or making it yourself).

      I was trying to think of a third dislike, but I can't. My complaints are on missing APIs for Chromebooks. That's it. I really like Flutter, I plan on using it more, and if they won't add support for mouse/keyboard, maybe I'll have to contribute.

      I'd love to hear what your thoughts about it is.

      12 votes
    7. My dad had a stroke; looking for free Android games to help him pass time and recover

      Last month my dad had a stroke. Miraculously he didn't lose much functionality at all, though he does have some minor cognitive issues that we're working on in rehab - mainly memory. Accordingly,...

      Last month my dad had a stroke. Miraculously he didn't lose much functionality at all, though he does have some minor cognitive issues that we're working on in rehab - mainly memory. Accordingly, we want to find some games he can play on his tablet to help keep his mind active and focus his attention. But the mobile game market is hard for me to navigate and sort through for what I'm looking for.

      I need games that're about a dollar or less and don't have in-app purchases. Basically games you could give to your kid and trust that they're not gonna be psychologically manipulated into wanting to empty your bank card or something like that.

      Brain teasers and simple puzzles are ideal for sharpening his mind but any game that's good clean straightforward fun will work. I don't think he's going to be able to handle anything with a whole lot of moving parts like an RTS right now, for instance.

      I can't afford to spend much on this and I don't know what kinds of games will interest him most so I want to give him a lot of choices. I've already looked through a couple of the other mobile game rec threads on here and I'm checking out the games listed there, but I was hoping you all could help me think of some stuff more geared to my situation. Any pointers even just on where to go looking or what to google would be appreciated. Cheers!

      Edit:

      Thank you all for being so supportive! I've added a bunch of the games you recommended, and I also found a couple nice lists that I thought I'd add here for anyone else interested.

      Short List of Totally Free Games

      10 Completely Free Mobile Games

      Stay awesome tildes!

      20 votes
    8. Looking for a phone that doesn't follow recent trends

      I am generally dissatisfied with my phone options today. I want a phone that meets these requirements: microSD card slot 3.5mm headphone jack Unlockable bootloader without having to ask the...

      I am generally dissatisfied with my phone options today. I want a phone that meets these requirements:

      • microSD card slot
      • 3.5mm headphone jack
      • Unlockable bootloader without having to ask the manufacturer (i.e. fastboot oem unlock)
      • Either LineageOS support or Android 8+
      • Screen smaller than 6" (preferably smaller than 5.5")

      I'd also prefer not to have a notch but it's not a dealbreaker. I don't really care much about having the thinnest phone, or the biggest screen, etc. I'd much prefer having more control over my device and the way I use it.

      Does such a phone exist, or do I have my standards too high? I haven't seen a phone like this that came out 2017 or later.

      21 votes
    9. iPhone user to Pixel 3 - Let's talk phones

      Hello, ~tech! I've been really interested in the Google Pixel 3 (non XL) for quite some time, mainly due to my boredom of the Apple ecosystem. I've been primarily an iPhone user since 2014...

      Hello, ~tech!

      I've been really interested in the Google Pixel 3 (non XL) for quite some time, mainly due to my boredom of the Apple ecosystem. I've been primarily an iPhone user since 2014 (currently stuck on the iPhone 6S) and I've recently been eager to make a switch to Android. The Pixel 3 seems to be exactly what I'm looking for. Stock Android experience, a beautiful camera, modern device, and I'm already pretty integrated into Google's ecosystem of services, and I feel the transition will be very smooth.

      So, for any Google Pixel 3 users, non XL or otherwise, what do you love and/or hate about your device? Were you in my shoes as well?

      10 votes