<?xml version="1.0"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/" >
<channel>
<title>pages tagged android</title>
<link>http://tychoish.com/tag/android/</link>
<description>tychoish</description>
<item>
	
	<title>Constraints for Mobile Software</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/writing-software-for-android-and-tablets/</guid>
	
	<link>http://tychoish.com/rhizome/writing-software-for-android-and-tablets/</link>
	
	
	<category>/tag/android</category>
	
	<category>/tag/productivity</category>
	
	<category>/tag/software</category>
	
	<category>/tag/technology</category>
	
	<category>/tag/writing</category>
	
	
	<pubDate>Mon, 07 Nov 2011 00:00:00 -0500</pubDate>
	<dcterms:modified>2013-04-29T02:59:05Z</dcterms:modified>
	
	<description>&lt;p&gt;This post is mostly just an overview of &lt;a href=&quot;http://kooklab.com/epistle.html&quot;&gt;Epistle&lt;/a&gt; by
&lt;a href=&quot;http://twitter.com/_swanz&quot;&gt;Matteo Villa&lt;/a&gt;, which is--to my mind--the
best Android note taking application ever. By the time you read this I
will have an Android Tablet, but it&#39;s still in transit while you read
this and that&#39;s a topic that dissevers it&#39;s own post.&lt;/p&gt;

&lt;p&gt;Epistle is a simple notes application with two features that sealed
the deal:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;It knows &lt;a href=&quot;http://daringfireball.net/projects/markdown&quot;&gt;markdown&lt;/a&gt;, and by default provides a compiled rich text
view of notes before providing a simple notes editing
interface. While syntax highlighting would be nice, we&#39;ll take what
we can get.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It&#39;s a nice, simple application. There&#39;s nothing clever or fancy
going on. This simplicity means that the interface is clean and it
just edits text.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For those on the &lt;a href=&quot;http://apple.com/ios/&quot;&gt;other side&lt;/a&gt; there&#39;s &lt;a href=&quot;http://itunes.apple.com/app/paragraft/id412998778?mt=8&quot;&gt;Paragraft&lt;/a&gt; that seems similar. While in my heart of hearts I&#39;m
probably still holding out for the tablet equivalent&lt;a id=&quot;fnref:replacement&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt; of
emacs. In the mean time, I think developing a text editing application
that provide a number of paradigmatic text editing features and
advances for the touch screen would be an incredibly welcome
development.&lt;/p&gt;

&lt;p&gt;In the end there&#39;s much work to be done, and the tools are good enough
to get started.&lt;/p&gt;

&lt;p&gt;[pg]:&lt;/p&gt;

&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr /&gt;
&lt;ol&gt;

&lt;li id=&quot;fn:replacement&quot;&gt;&lt;p&gt;I want to be clear to say equivalent and not
replacement, because while I&#39;d like to be able to use emacs and have
that kind of slipstream writing experience on an embeded device, what
I really want is something that is flexible and can be customized and
lets me do all the work that I need to do, without hopping between
programs, without breaking focus, that makes inputting and
manipulating text a joy. And an application that we can trust
(i.e. open source, by a reputable developer,) in a format we can trust
(i.e. plain text.) Doesn&#39;t need to be emacs and doesn&#39;t need lisp, but
I wouldn&#39;t complain about the lisp.&lt;a class=&quot;reversefootnote&quot;&gt;&amp;#160;&amp;#8617;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;

&lt;/ol&gt;
&lt;/div&gt;
</description>
	
	
</item>
<item>
	
	<title>Org Mode and Mobile Writing</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/org-mode-and-mobile-writing/</guid>
	
	<link>http://tychoish.com/rhizome/org-mode-and-mobile-writing/</link>
	
	
	<category>/tag/android</category>
	
	<category>/tag/emacs</category>
	
	<category>/tag/mobile-technology</category>
	
	<category>/tag/org-mode</category>
	
	<category>/tag/productivity</category>
	
	<category>/tag/writing</category>
	
	
	<pubDate>Thu, 15 Sep 2011 00:00:00 -0400</pubDate>
	<dcterms:modified>2012-06-23T15:21:32Z</dcterms:modified>
	
	<description>&lt;p&gt;This post is adapted from a post I made to the &lt;a href=&quot;http://tychoish.com/tag/android/../org-mode/&quot;&gt;org-mode&lt;/a&gt;
&lt;a href=&quot;http://orgmode.org/worg/org-mailing-list.html&quot;&gt;email list&lt;/a&gt; a few
weeks ago. I proposed an application to compliment
&lt;a href=&quot;http://mobileorg.ncogni.to/&quot;&gt;MobileOrg&lt;/a&gt; for writing. Where MobileOrg
collects the core bits of org-mode&#39;s task planning functionality in a
form that makes sense for smart phone users, the parts of org-mode
functionality that people use to for writing and organizing the
content of larger form projects isn&#39;t particularly accessible.&lt;/p&gt;

&lt;p&gt;I spend (or should spend) 70% or more of my time in front of a
computer writing or editing something in org-mode. Most of my org
files have tens of thousands of words of blog posts, notes, drafts of
articles, &lt;em&gt;and so forth.&lt;/em&gt; While I can store that data on an android
device with only minor problems using &lt;a href=&quot;http://tychoish.com/tag/android/../../code/epistle-linker/&quot;&gt;a little script that I put
together&lt;/a&gt;, and I can &lt;a href=&quot;http://tychoish.com/tag/android/../../code/org-mail/&quot;&gt;[capture content into my
org-files using email and some nifty filters&lt;/a&gt;, and there
&lt;em&gt;are&lt;/em&gt; text editors that can let me edit these files: &lt;em&gt;it could be
better&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;The proposal is simple. Can we build something like Epistle for
org-mode? It might just render org-mode text to HTML, and frankly that
would be enough for me. If the editing interface had an
&lt;a href=&quot;http://orgmode.org/manual/Clean-view.html&quot;&gt;org-indent-mode&lt;/a&gt; equivalent, org-syntax highlighting, and even
collapsing trees or &lt;a href=&quot;http://orgmode.org/manual/Structure-editing.html&quot;&gt;org-narrow-to-subtree&lt;/a&gt;, that&#39;d be kind of like
heaven. &lt;/p&gt;

&lt;p&gt;I&#39;m not a mobile developer, so I can&#39;t promise to start making an app
this instant if there&#39;s interest but if anyone&#39;s bored and thinks this
might be a good idea (or knows of something that might work better for
this.) I&#39;d love to hear about it. If someone wants to start work on
this, I&#39;ll do whatever I can to help make this a reality.&lt;/p&gt;

&lt;p&gt;Onward and Upward!&lt;/p&gt;
</description>
	
	
</item>
<item>
	
	<title>Is Android the Future of Linux?</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/is-android-the-future-of-linux/</guid>
	
	<link>http://tychoish.com/rhizome/is-android-the-future-of-linux/</link>
	
	
	<category>/tag/android</category>
	
	<category>/tag/mobile-technology</category>
	
	
	<pubDate>Tue, 06 Sep 2011 00:00:00 -0400</pubDate>
	<dcterms:modified>2012-10-21T15:35:30Z</dcterms:modified>
	
	<description>&lt;p&gt;By now, several weeks ago, in correspondence &lt;a href=&quot;http://tychoish.com/tag/android/../../folk/madalu/&quot;&gt;madalu&lt;/a&gt; wrote that he
thought Android was probably future of Linux,&quot; mostly as a throw away
line.  This feels like a really bold statement,&lt;a id=&quot;fnref:characterizing&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt; and
I&#39;ve enjoyed thinking about Android and &quot;the future of Linux.&quot;&lt;/p&gt;

&lt;p&gt;On the face of it, Android &lt;em&gt;is&lt;/em&gt; the future of Linux. Android is the
Linux that most people will interact with before all others in a
concrete manner. In all likelihood The future of Linux is probably
mostly in running web servers, virtualization hosts, and any other
server that matters. At this point, Linux&#39;s platform support and use
cases is far less interesting than its prevalence: the ubiquity of
Linux, GNU, and BusyBox, is more import an that the fact that Linux
runs everywhere in hundreds of different usage profiles.&lt;/p&gt;

&lt;p&gt;And really, &quot;desktop Linux&quot; or even &quot;Linux for end-users,&quot; is
something of a distraction. We don&#39;t all have to use Linux on the
machines beneath our fingers for Linux to be successful. I&#39;m a desktop
Linux user because it&#39;s the right system for the work I do, and I
can&#39;t work the way I need to with any other kind of system. But I use
my systems in a very peculiar way and the thing that makes Linux ideal
for me (and the people who are good at building Linux systems,) is not
necessarily the qualities that make the best Linux distributions for
most users.&lt;/p&gt;

&lt;p&gt;As someone who cares about Linux adoption and the use of free
software, I don&#39;t want my argument to lead to the very common &quot;let
non-technical users use Macs&quot; argument.  Although it&#39;s true that OS X
can be a convincing introduction to power and use of having a full
UNIX-like system on your lap: this was my root (as it were.) Rather, I
think that &lt;em&gt;the way to encourage Linux adoption is to increase
computer literacy until users respect and value and power that
Linux-based systems offer.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Easier said than done, of course.&lt;/p&gt;

&lt;p&gt;If this is the case, then Android isn&#39;t a very good introduction to
Linux-based operating systems. Not because it&#39;s bad software, but
because the kernel is pretty irrelevant to the overall user
experience, or the interface that most users have.&lt;/p&gt;

&lt;p&gt;Regardless, while madalu is probably right, I don&#39;t think it
matters. Android is largely orthogonal to the adoption of Linux. The
bigger questions are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Does Microsoft have a tablet strategy? Really? The last time Linux
made headway into users&#39; hands (i.e. netbooks,) Microsoft changed
strategies, and not only pushed Linux-based systems out of the
market, but they also basically killed the device class. Netbooks
really aren&#39;t a thing anymore.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How close are we to tablet-like (or tablet-derived) devices from
replacing general purpose computers for some classes of day to day
activity. I suspect corporate machines will be the first to fall
(more constrained/specific use cases; tablet systems give IT
administrators more control, and increasingly work happens in web
apps.)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If corporate fleets are the first to fall, the first question becomes
much more important. In any case, stay tuned, I&#39;m working on
collecting the rest of my thoughts on these questions. In the mean
time, I&#39;d &lt;a href=&quot;http://tychoish.com/tag/android/../../rhizome/is-android-the-future-of-linux/discourse/&quot;&gt;look forward to hearing from you&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Onward and Upward!&lt;/p&gt;

&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr /&gt;
&lt;ol&gt;

&lt;li id=&quot;fn:characterizing&quot;&gt;&lt;p&gt;I would like to fully apologize ahead of the time if
I&#39;m characterizing the argument unfairly.
[^v3]:Though mostly ceremonial to mark the 20th anniversary, and
because there have been 39 releases of the 2.6.x series kernel which
is absurd to keep track of after a while, Linux is getting a version
boost to version 3.x.&lt;a class=&quot;reversefootnote&quot;&gt;&amp;#160;&amp;#8617;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;

&lt;/ol&gt;
&lt;/div&gt;
</description>
	
	
</item>
<item>
	
	<title>And Then I Broke Down and Got a Tablet</title>
	<dcterms:creator>tycho garen</dcterms:creator>
	
	
	  <guid>http://tychoish.com/rhizome/and-then-i-broke-down-and-got-a-tablet/</guid>
	
	<link>http://tychoish.com/rhizome/and-then-i-broke-down-and-got-a-tablet/</link>
	
	
	<category>/tag/android</category>
	
	<category>/tag/mobile-technology</category>
	
	<category>/tag/productivity</category>
	
	
	<pubDate>Thu, 25 Aug 2011 00:00:00 -0400</pubDate>
	<dcterms:modified>2012-10-21T15:35:30Z</dcterms:modified>
	
	<description>&lt;p&gt;Ok, I caved and got a tablet. This is a post about my experiences
with the tablet and some general thoughts on the format.&lt;/p&gt;

&lt;p&gt;I opted for the Motorola Xoom. It&#39;s an Android device, I appreciate
the Motarola build quality, and I&#39;m very pleased with my choice. First
impressions first:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Reading on the tablet is great. I have a Kindle, and while I respect
how lightweight the Kindle is itself. Despite the extra weight, the
slightly larger screen and the back light is very very nice and very
welcome.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I don&#39;t expect that I&#39;ll be doing a &lt;em&gt;lot&lt;/em&gt; of writing on the tablet,
a laptop is never really going to be that far away, but I&#39;m really
surprised by how easy it is to (&lt;em&gt;almost&lt;/em&gt;) touch type on the
tablet. A number of very simple and probably straightforward
innovations to the keyboard could make things so much better.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I think all devices need some sort of &quot;don&#39;t auto rotate&quot; hardware
switch. In fact, I think apple&#39;s whole &quot;lets get rid of hardware
buttons,&quot; movement to be really annoying. Buttons should be
overloaded, sure, but I hate having to hunt through menus to modify
basic behavior. Having said that, the &quot;software control bar&quot; at the
bottom of Android 3.0 is brilliant and a good move (given screen
rotation.)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I lament not having a Google voice widget for the tablet. Makes
sense that they wouldn&#39;t want this for tablets that had data plans,
but I just have a wifi tablet.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The Kindle app doesn&#39;t let you bookmark your place in
periodicals. Which might make sense if you were reading the Times,
but doesn&#39;t make a lot of sense when reading fiction magazines with
articles in the rage of 10k words.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I&#39;m in love with the calendar application, except for the &quot;full
month view,&quot; in which you scroll by weeks, not by months. Even with
this glitch, I&#39;m curious as to why there aren&#39;t (stand alone)
calendar applications of this quality for desktops.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I&#39;ve tended to use the tablet for situations where I want to have a
distraction free experience (usually for reading,) or where I want
to do &quot;computer things&quot; in a situation where I might need to interact
with other people. Having a tablet in your lap is more social than
a laptop. As such, I don&#39;t think it would ever be able to replace a
&quot;real&quot; computer for very long, but that doesn&#39;t make it less
useful.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I&#39;ll be writing more about the tablet experience and some &lt;a href=&quot;http://tychoish.com/tag/android/../../cyborg/&quot;&gt;cyborg&lt;/a&gt;
features of tablet use and usability.&lt;/p&gt;

&lt;p&gt;Onward and Upward!&lt;/p&gt;
</description>
	
	
</item>

</channel>
</rss>
