Okay, well David&#39;s code seems pretty simple and I just sent a verse to my wife, which confused her quite a lot, but it worked.<div><br></div><div>The only negative thing is that it takes you out of And Bible and And Bible is so slow reloading itself (18 secs on my G1) to go back to the verse you were reading.</div>
<div><br></div><div>How long does it take to start up on your new mobiles like the Droid, Nexus, or Galaxy?</div><div><br></div><div>Martin<br><br><div class="gmail_quote">On 19 November 2010 20:26, Peter von Kaehne <span dir="ltr">&lt;<a href="mailto:refdoc@gmx.net">refdoc@gmx.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Go Bible :<br>
<br>
&quot;Send SMS&quot;, choose a verse and then press send.<br>
<br>
In And Bible two pathways would be possible - go via reading the bIble ,<br>
seeing a verse, thinking about somebody and select the verse to send as<br>
an SMS or alternative the GoBible workflow as above - set pout to send<br>
an SMS with a bible verse, go and search for it via reference and then<br>
send it.<br>
<br>
I think both pathways are equally valid and should be possible.<br>
<br>
Peter<br>
<div class="im"><br>
On 19/11/10 20:13, David Overcash wrote:<br>
&gt; Sorry - I was too excited...  here&#39;s the source you would use:<br>
&gt;<br>
&gt; Intent sendIntent = new Intent(Intent.ACTION_VIEW);<br>
&gt; sendIntent.putExtra(&quot;sms_body&quot;, bibleVerseString);<br>
&gt; sendIntent.setType(&quot;vnd.android-dir/mms-sms&quot;);<br>
&gt; startActivity(sendIntent);<br>
&gt;<br>
&gt; On Fri, Nov 19, 2010 at 1:12 PM, David Overcash<br>
</div><div class="im">&gt; &lt;<a href="mailto:funnylookinhat@gmail.com">funnylookinhat@gmail.com</a> &lt;mailto:<a href="mailto:funnylookinhat@gmail.com">funnylookinhat@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     That&#39;s actually really easy - you just launch an SMS intent with the<br>
&gt;     data for the bundle referring to the message as the selected verse.<br>
&gt;<br>
&gt;     -David<br>
&gt;<br>
&gt;<br>
&gt;     On Fri, Nov 19, 2010 at 1:10 PM, Martin Denham &lt;<a href="mailto:mjdenham@gmail.com">mjdenham@gmail.com</a><br>
</div><div class="im">&gt;     &lt;mailto:<a href="mailto:mjdenham@gmail.com">mjdenham@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;         Hi Peter,<br>
&gt;<br>
&gt;         I have never done that, but I don&#39;t send many SMSs.  Could you<br>
&gt;         give me a typical use case or style of working that involves<br>
&gt;         sending an SMS with a bible text?  Also the screen flow from<br>
&gt;         GoBible might help me understand the practical ui flow.<br>
&gt;<br>
&gt;         Regards<br>
&gt;         Martin<br>
&gt;<br>
&gt;<br>
&gt;         On 19 November 2010 19:38, Peter von Kaehne &lt;<a href="mailto:refdoc@gmx.net">refdoc@gmx.net</a><br>
</div><div class="im">&gt;         &lt;mailto:<a href="mailto:refdoc@gmx.net">refdoc@gmx.net</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;             Can I ask for one thing which I still like in GoBible better<br>
&gt;             than in all<br>
&gt;             other mobile applications I have seen and used so far?<br>
&gt;<br>
&gt;             Sending of SMS with Bible texts would be fantastic!<br>
&gt;<br>
&gt;             Peter<br>
&gt;<br>
&gt;             _______________________________________________<br>
&gt;             mobile-devel mailing list<br>
</div>&gt;             <a href="mailto:mobile-devel@crosswire.org">mobile-devel@crosswire.org</a> &lt;mailto:<a href="mailto:mobile-devel@crosswire.org">mobile-devel@crosswire.org</a>&gt;<br>
<div class="im">&gt;             <a href="http://www.crosswire.org/mailman/listinfo/mobile-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/mobile-devel</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         _______________________________________________<br>
&gt;         mobile-devel mailing list<br>
</div>&gt;         <a href="mailto:mobile-devel@crosswire.org">mobile-devel@crosswire.org</a> &lt;mailto:<a href="mailto:mobile-devel@crosswire.org">mobile-devel@crosswire.org</a>&gt;<br>
<div><div></div><div class="h5">&gt;         <a href="http://www.crosswire.org/mailman/listinfo/mobile-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/mobile-devel</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mobile-devel mailing list<br>
&gt; <a href="mailto:mobile-devel@crosswire.org">mobile-devel@crosswire.org</a><br>
&gt; <a href="http://www.crosswire.org/mailman/listinfo/mobile-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/mobile-devel</a><br>
<br>
<br>
_______________________________________________<br>
mobile-devel mailing list<br>
<a href="mailto:mobile-devel@crosswire.org">mobile-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/mobile-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/mobile-devel</a><br>
</div></div></blockquote></div><br></div>