Showing archive results for 2023

Jun 1, 2023
Post comments count0
Post likes count1

Microsoft Build 2023 recap

Guy Merin

Hello mobile developers, Microsoft Build 2023 took place last week, with a big focus on AI technologies. You can find the complete catalog of sessions on the Build website, but we’ve selected a few sessions below that cover topics of interest for mobile developers. The age of AI These sessions cover some of the high-level concepts...

openaimachine learningonnx
May 25, 2023
Post comments count0
Post likes count1

Blossoming love for Compose animation

Kristen Halper

Hello Jetpack Compose developers, Today we’ll be finishing up our blog series on animations in Jetpack Compose! This content was inspired by Nicole Terc’s Composable Sheep talk from droidcon NYC. Over the past two weeks, we covered some basics graphics, animation canvases, and basic animations. This week, we’ll polish up our garde...

Jetpack Composedroidconanimation
May 18, 2023
Post comments count0
Post likes count1

Blooming love for Compose animation

Kristen Halper

Hello Jetpack Compose developers, Today we’ll be continuing our blog series on animations in Jetpack Compose! This content was inspired by Nicole Terc’s Composable Sheep talk from droidcon NYC. More basic animations We’ll be continuing to use our method and composable to build animations in this post, so if you haven’t already,...

Jetpack Composedroidconanimation
May 11, 2023
Post comments count0
Post likes count2

Budding love for compose animation

Kristen Halper

Hello Jetpack Compose developers, Last week, we did some Compose animation work to build a typing indicator in a chat app. For our next blog series, I’ll be diving into more animation topics with a project inspired by Nicole Terc’s Composable Sheep talk from droidcon NYC. Her composable sheep talk series inspired me to work on my own col...

Jetpack Composedroidconanimation
May 4, 2023
Post comments count0
Post likes count1

JetchatGPT improvements: error handling and animations

Kristen Halper

Hello prompt engineers and Jetpack Compose developers, Last week, we introduced the JetchatGPT sample to show you how to integrate the OpenAI chat API into an Android app. Instead of building requests manually like in previous blog posts, we showed you how to use the openai-kotlin client library to make it easier to interact with the chat en...

Jetpack Composeopenaichatgpt
Apr 27, 2023
Post comments count0
Post likes count1

Jetchat with OpenAI on Android

Craig,
Kristen,
Parker

Hello prompt engineers, The last three blogs have been about exploring the OpenAI API completion, edit, and image endpoints from Android, using HttpClient and crafting JSON requests and responses. This post is about implementing the chat API in an Android app, using the open-source client library openai-kotlin on GitHub. The library make...

kotlinJetpack Composeopenai
Apr 20, 2023
Post comments count0
Post likes count0

Does OpenAI on Android dream of electronic sheep

Parker,
Kristen

Hello prompt engineers, We’re back with another blog post on using OpenAI in Android applications! So far in this blog series, we’ve covered: Last week, we talked about the different API endpoint options and showed you some examples of how to use the API. Today, we’ll be focusing more on the API and how yo...

openaichatgptdalle
Apr 13, 2023
Post comments count0
Post likes count3

OpenAI API endpoints

Craig Dunn

Hello prompt engineers, Last week we implemented OpenAI APIs in a basic text editor sample to add features like spell checking. We used the ‘default’ completions endpoint which accepts a prompt string and returns the result, but there are other APIs that are suited to different purposes. For last week’s example, there is a better way to buil...

openaichatgpt
Apr 6, 2023
Post comments count1
Post likes count4

ChatGPT on Android with OpenAI

Craig Dunn

Hello prompt engineers, OpenAI has been in the news a lot recently, with the release of ChatGPT 4 and the integration of Large Language Model (LLM)-driven features into a variety of products and services including Bing, GitHub, and Microsoft 365 applications. Inspired by Syncfusion’s blog post on adding ChatGPT to their .NET blazo...

openaichatgptmachine learning
Mar 30, 2023
Post comments count0
Post likes count2

OpenAI Android developer assistance

Craig Dunn

Hello budding prompt engineers, Many developers are already getting assistance from GitHub Copilot completing code and more recently the conversational additions to GitHub pull requests, documentation, and the CLI. In this post we’ll look at some of the ways that Android developers can take advantage of OpenAI- and ChatGPT-powered tools....

openaichatgptmachine learning