This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory.git


The following commit(s) were added to refs/heads/main by this push:
     new 97b9a72c8 docs: update readme to add android support (#3705)
97b9a72c8 is described below

commit 97b9a72c8619fd97dbb8bb6cebcca15c762c461c
Author: Shawn Yang <[email protected]>
AuthorDate: Mon May 25 21:00:14 2026 +0800

    docs: update readme to add android support (#3705)
    
    ## Why?
    
    
    
    ## What does this PR do?
    
    
    
    ## Related issues
    
    
    
    ## AI Contribution Checklist
    
    
    
    - [ ] Substantial AI assistance was used in this PR: `yes` / `no`
    - [ ] If `yes`, I included a completed [AI Contribution
    
Checklist](https://github.com/apache/fory/blob/main/AI_POLICY.md#9-contributor-checklist-for-ai-assisted-prs)
    in this PR description and the required `AI Usage Disclosure`.
    - [ ] If `yes`, my PR description includes the required `ai_review`
    summary and screenshot evidence of the final clean AI review results
    from both fresh reviewers on the current PR diff or current HEAD after
    the latest code changes.
    
    
    
    ## Does this PR introduce any user-facing change?
    
    
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    ## Benchmark
---
 README.md | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/README.md b/README.md
index f46fe5008..507891cad 100644
--- a/README.md
+++ b/README.md
@@ -35,13 +35,12 @@ references.
   enums, structs, and unions. Define schemas once, then generate native domain
   objects for each language without forcing wrapper types into user code.
 - **Row-Format Random Access**: Read fields, arrays, and nested values without
-  rebuilding full objects, with zero-copy access, partial reads, and Arrow
-  integration.
+  rebuilding full objects, with zero-copy access and partial reads.
 - **Optimized Runtimes**: Java JIT serializers and generated/static serializers
   in other runtimes keep hot paths fast and payloads compact.
 - **Language And Platform Support**: Java, Python, C++, Go, Rust,
   JavaScript/TypeScript, C#, Swift, Dart, Scala, and Kotlin, including GraalVM
-  native image, Dart VM/Flutter/web, and Node.js/browser JavaScript.
+  native image, Android, Dart VM/Flutter/web, and Node.js/browser JavaScript.
 
 ## Performance
 
@@ -752,23 +751,24 @@ deserialization, see the
 
 **User Guides**
 
-| Guide                 | Source                                               
                    | Website                                                   
      |
-| --------------------- | 
------------------------------------------------------------------------ | 
--------------------------------------------------------------- |
-| Java                  | [docs/guide/java](docs/guide/java)                   
                    | [View](https://fory.apache.org/docs/guide/java/)          
      |
-| Python                | [docs/guide/python](docs/guide/python)               
                    | [View](https://fory.apache.org/docs/guide/python/)        
      |
-| Rust                  | [docs/guide/rust](docs/guide/rust)                   
                    | [View](https://fory.apache.org/docs/guide/rust/)          
      |
-| C++                   | [docs/guide/cpp](docs/guide/cpp)                     
                    | [View](https://fory.apache.org/docs/guide/cpp/)           
      |
-| Go                    | [docs/guide/go](docs/guide/go)                       
                    | [View](https://fory.apache.org/docs/guide/go/)            
      |
-| JavaScript/TypeScript | [docs/guide/javascript](docs/guide/javascript)       
                    | [View](https://fory.apache.org/docs/guide/javascript/)    
      |
-| C#                    | [docs/guide/csharp](docs/guide/csharp)               
                    | [View](https://fory.apache.org/docs/guide/csharp/)        
      |
-| Swift                 | [docs/guide/swift](docs/guide/swift)                 
                    | [View](https://fory.apache.org/docs/guide/swift/)         
      |
-| Dart                  | [docs/guide/dart](docs/guide/dart)                   
                    | [View](https://fory.apache.org/docs/guide/dart/)          
      |
-| Scala                 | [docs/guide/scala](docs/guide/scala)                 
                    | [View](https://fory.apache.org/docs/guide/scala/)         
      |
-| Kotlin                | [docs/guide/kotlin](docs/guide/kotlin)               
                    | [View](https://fory.apache.org/docs/guide/kotlin/)        
      |
-| Cross-language xlang  | [docs/guide/xlang](docs/guide/xlang)                 
                    | [View](https://fory.apache.org/docs/guide/xlang/)         
      |
-| Schema IDL/compiler   | [docs/compiler](docs/compiler)                       
                    | [View](https://fory.apache.org/docs/compiler/)            
      |
-| GraalVM native image  | 
[docs/guide/java/graalvm-support.md](docs/guide/java/graalvm-support.md) | 
[View](https://fory.apache.org/docs/guide/java/graalvm_support) |
-| Development           | [docs/DEVELOPMENT.md](docs/DEVELOPMENT.md)           
                    | [View](docs/DEVELOPMENT.md)                               
      |
+| Guide                 | Source                                               
                        | Website                                               
             |
+| --------------------- | 
---------------------------------------------------------------------------- | 
------------------------------------------------------------------ |
+| Java                  | [docs/guide/java](docs/guide/java)                   
                        | [View](https://fory.apache.org/docs/guide/java/)      
             |
+| Python                | [docs/guide/python](docs/guide/python)               
                        | [View](https://fory.apache.org/docs/guide/python/)    
             |
+| Rust                  | [docs/guide/rust](docs/guide/rust)                   
                        | [View](https://fory.apache.org/docs/guide/rust/)      
             |
+| C++                   | [docs/guide/cpp](docs/guide/cpp)                     
                        | [View](https://fory.apache.org/docs/guide/cpp/)       
             |
+| Go                    | [docs/guide/go](docs/guide/go)                       
                        | [View](https://fory.apache.org/docs/guide/go/)        
             |
+| JavaScript/TypeScript | [docs/guide/javascript](docs/guide/javascript)       
                        | 
[View](https://fory.apache.org/docs/guide/javascript/)             |
+| C#                    | [docs/guide/csharp](docs/guide/csharp)               
                        | [View](https://fory.apache.org/docs/guide/csharp/)    
             |
+| Swift                 | [docs/guide/swift](docs/guide/swift)                 
                        | [View](https://fory.apache.org/docs/guide/swift/)     
             |
+| Dart                  | [docs/guide/dart](docs/guide/dart)                   
                        | [View](https://fory.apache.org/docs/guide/dart/)      
             |
+| Scala                 | [docs/guide/scala](docs/guide/scala)                 
                        | [View](https://fory.apache.org/docs/guide/scala/)     
             |
+| Kotlin                | [docs/guide/kotlin](docs/guide/kotlin)               
                        | [View](https://fory.apache.org/docs/guide/kotlin/)    
             |
+| Cross-language xlang  | [docs/guide/xlang](docs/guide/xlang)                 
                        | [View](https://fory.apache.org/docs/guide/xlang/)     
             |
+| Schema IDL/compiler   | [docs/compiler](docs/compiler)                       
                        | [View](https://fory.apache.org/docs/compiler/)        
             |
+| GraalVM native image  | 
[docs/guide/java/graalvm-support.md](docs/guide/java/graalvm-support.md)     | 
[View](https://fory.apache.org/docs/guide/java/graalvm_support)    |
+| Android               | 
[docs/guide/kotlin/android-support.md](docs/guide/kotlin/android-support.md) | 
[View](https://fory.apache.org/docs/guide/kotlin/android_support/) |
+| Development           | [docs/DEVELOPMENT.md](docs/DEVELOPMENT.md)           
                        | [View](docs/DEVELOPMENT.md)                           
             |
 
 **Specifications**
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to